MemorySecret Constructor (Game, GameRegion, Int16, Memory, Boolean) |
Initializes a new instance of the
MemorySecret class with
the specified values.
Namespace:
Zyrenth.Zora
Assembly:
ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntaxpublic MemorySecret(
Game game,
GameRegion region,
short gameId,
Memory memory,
bool isReturnSecret
)
Public Sub New (
game As Game,
region As GameRegion,
gameId As Short,
memory As Memory,
isReturnSecret As Boolean
)
Parameters
- game
- Type: Zyrenth.ZoraGame
The game. - region
- Type: Zyrenth.ZoraGameRegion
The region of the game - gameId
- Type: SystemInt16
The game id. - memory
- Type: Zyrenth.ZoraMemory
The memory. - isReturnSecret
- Type: SystemBoolean
if set to true is return secret.
See Also