GameInfo Class |
Namespace: Zyrenth.Zora
The GameInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| Animal |
Gets or sets the animal friend
| |
| Behavior |
Gets or set the behavior of the child
| |
| Child |
Gets or sets the child's name
| |
| Game |
Gets or sets the Game used for this user data
| |
| GameID |
Gets or sets the unique game ID
| |
| Hero |
Gets or sets the hero's name
| |
| IsHeroQuest |
Gets or sets the Quest type used for this user data
| |
| IsLinkedGame |
Gets or sets the Quest type used for this user data
| |
| Region |
Gets or sets the Region used for this user data
| |
| Rings |
Gets or sets the user's ring collection
| |
| WasGivenFreeRing |
Gets or sets the value indicating if Vasu has given the player a free ring
|
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Load(Stream) |
Loads the game from the specified stream
| |
| Load(String) |
Loads the game info from the specified file
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Parse |
Parses the specified json.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Write(Stream) |
Writes the game info to the specified stream
| |
| Write(String) |
Writes this game info out to the specified file
|
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property has changed
|