Zyrenth.Zora Namespace |
| Class | Description | |
|---|---|---|
| AssemblyDetail |
Provides quick access to details of an assembly
| |
| BatteryFileLoader |
Battery file loader.
| |
| Extensions |
Extension methods used within the library
| |
| GameInfo |
Represents the user data for an individual game
| |
| GameInfoJsonConverter |
A javascript converter for the GameInfo class
| |
| GameSecret |
Represents a secret used to start a new game in the Zelda Oracle series
| |
| InvalidChecksumException |
Represents the exception that is thrown when a secret is invalid.
| |
| JapaneseEncoding |
Encodes bytes to characters, or characters to bytes, for japanese text.
Only used for Link and Child names; not for secret encoding.
| |
| MemorySecret |
Represents a secret used to transfer memories between the games in the Zelda Oracle series.
| |
| RingInfoAttribute |
Provides additional information about a Rings value
| |
| RingSecret |
Represents a secret used to transfer rings between games in the Zelda Oracle series.
| |
| Secret |
Represents a secret used in the Zelda Oracle series games.
| |
| SecretException |
Represents the exception that is thrown when a secret is invalid.
| |
| SecretParser |
A convenience class used to convert raw secret data into the display format
used by the games.
| |
| UnknownMemoryException |
Represents the exception that is thrown when a secret is invalid.
| |
| USEncoding |
Encodes bytes to characters, or characters to bytes, for US and PAL text.
Only used for Link and Child names; not for secret encoding.
|
| Enumeration | Description | |
|---|---|---|
| Animal |
Specifies the animal friend.
| |
| Game |
Specifies the game in the Zelda Oracle series.
| |
| GameRegion |
Specifies the region for the game.
| |
| Memory |
Specifies the type of memory.
| |
| Rings | Specifies which rings a player has obtained. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values. |