C# Class PGMEBackend.Entities.Sign

Inheritance: Entity
ファイルを表示 Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Public Properties

Property Type Description
currentSign int
filler1 byte
filler2 byte
type byte

Public Methods

Method 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 method

public static Delete ( ) : bool
return bool

Delete() public static method

public static Delete ( Sign sign ) : bool
sign Sign
return bool

Delete() public static method

public static Delete ( int num ) : bool
num int
return bool

GetEnum() public method

public GetEnum ( ) : EntityType
return EntityType

LoadDataFromRaw() public method

public LoadDataFromRaw ( ) : void
return void

Sign() public method

public Sign ( ) : System
return System

Sign() public method

public Sign ( int offset, GBAROM ROM ) : System
offset int
ROM Nintenlord.ROMHacking.GBA.GBAROM
return System

Sign() public method

public Sign ( short xPos, short yPos ) : System
xPos short
yPos short
return System

WriteDataToRaw() public method

public WriteDataToRaw ( ) : void
return void

Property Details

currentSign public_oe static_oe property

public static int currentSign
return int

filler1 public_oe property

public byte filler1
return byte

filler2 public_oe property

public byte filler2
return byte

type public_oe property

public byte type
return byte