C# Class PGMEBackend.Entities.Sign

Inheritance: Entity
Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Méthodes publiques

Свойство Type Description
currentSign int
filler1 byte
filler2 byte
type byte

Méthodes publiques

Méthode Description
Delete ( ) : bool
Delete ( Sign sign ) : bool
Delete ( int num ) : bool
GetEnum ( ) : EntityType
LoadDataFromRaw ( ) : void
Sign ( ) : System
Sign ( int offset, GBAROM ROM ) : System
Sign ( short xPos, short yPos ) : System
WriteDataToRaw ( ) : void

Method Details

Delete() public static méthode

public static Delete ( ) : bool
Résultat bool

Delete() public static méthode

public static Delete ( Sign sign ) : bool
sign Sign
Résultat bool

Delete() public static méthode

public static Delete ( int num ) : bool
num int
Résultat bool

GetEnum() public méthode

public GetEnum ( ) : EntityType
Résultat EntityType

LoadDataFromRaw() public méthode

public LoadDataFromRaw ( ) : void
Résultat void

Sign() public méthode

public Sign ( ) : System
Résultat System

Sign() public méthode

public Sign ( int offset, GBAROM ROM ) : System
offset int
ROM Nintenlord.ROMHacking.GBA.GBAROM
Résultat System

Sign() public méthode

public Sign ( short xPos, short yPos ) : System
xPos short
yPos short
Résultat System

WriteDataToRaw() public méthode

public WriteDataToRaw ( ) : void
Résultat void

Property Details

currentSign public_oe static_oe property

public static int currentSign
Résultat int

filler1 public_oe property

public byte filler1
Résultat byte

filler2 public_oe property

public byte filler2
Résultat byte

type public_oe property

public byte type
Résultat byte