C# Class XCom.RmpEntry

Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object o ) : bool
GetHashCode ( ) : int
RmpEntry ( byte idx, byte data ) : System
RmpEntry ( byte idx, byte row, byte col, byte height ) : System
Save ( FileStream fs ) : void
ToString ( ) : string
this ( int i ) : Link

Method Details

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RmpEntry() public méthode

public RmpEntry ( byte idx, byte data ) : System
idx byte
data byte
Résultat System

RmpEntry() public méthode

public RmpEntry ( byte idx, byte row, byte col, byte height ) : System
idx byte
row byte
col byte
height byte
Résultat System

Save() public méthode

public Save ( FileStream fs ) : void
fs System.IO.FileStream
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int i ) : Link
i int
Résultat Link