Click or drag to resize

MemorySecret Constructor (GameInfo, Memory, Boolean)

Initializes a new instance of the MemorySecret class.

Namespace:  Zyrenth.Zora
Assembly:  ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntax
public MemorySecret(
	GameInfo info,
	Memory memory,
	bool isReturnSecret
)

Parameters

info
Type: Zyrenth.ZoraGameInfo
The game information.
memory
Type: Zyrenth.ZoraMemory
The memory.
isReturnSecret
Type: SystemBoolean
if set to true is return secret.
See Also