C# 클래스 Zyrenth.Zora.GameSecret

Represents a secret used to start a new game in the Zelda Oracle series
상속: Secret
파일 보기 프로젝트 열기: kabili207/zora-sharp

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether the specified System.Object, is equal to this instance.

GameSecret ( ) : System

Initializes a new instance of the GameSecret class.

GameSecret ( GameInfo info ) : System

Initializes a new instance of the GameSecret class from the specified game info.

GetHashCode ( ) : int

Returns a hash code for this instance.

Load ( GameInfo info ) : void

Loads in data from the specified game info

Load ( byte secret ) : void

Loads in data from the raw secret data provided

ToBytes ( ) : byte[]

Gets the raw secret data as a byte array

UpdateGameInfo ( GameInfo info ) : void

Updates the game information.

메소드 상세

Equals() 공개 메소드

Determines whether the specified System.Object, is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
리턴 bool

GameSecret() 공개 메소드

Initializes a new instance of the GameSecret class.
public GameSecret ( ) : System
리턴 System

GameSecret() 공개 메소드

Initializes a new instance of the GameSecret class from the specified game info.
public GameSecret ( GameInfo info ) : System
info GameInfo The game information.
리턴 System

GetHashCode() 공개 메소드

Returns a hash code for this instance.
public GetHashCode ( ) : int
리턴 int

Load() 공개 메소드

Loads in data from the specified game info
public Load ( GameInfo info ) : void
info GameInfo The game info
리턴 void

Load() 공개 메소드

Loads in data from the raw secret data provided
public Load ( byte secret ) : void
secret byte The raw secret data
리턴 void

ToBytes() 공개 메소드

Gets the raw secret data as a byte array
public ToBytes ( ) : byte[]
리턴 byte[]

UpdateGameInfo() 공개 메소드

Updates the game information.
public UpdateGameInfo ( GameInfo info ) : void
info GameInfo The information.
리턴 void