C# Class PGMEBackend.Entities.Trigger

Inheritance: Entity
Show file Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Public Properties

Property Type Description
currentTrigger int
filler1 byte
filler2 byte
filler3 byte
value short
variable short

Public Methods

Method Description
Delete ( ) : bool
Delete ( Trigger trigger ) : bool
Delete ( int num ) : bool
GetEnum ( ) : EntityType
LoadDataFromRaw ( ) : void
Trigger ( ) : System
Trigger ( int offset, GBAROM ROM ) : System
Trigger ( 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 ( Trigger trigger ) : bool
trigger Trigger
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

Trigger() public method

public Trigger ( ) : System
return System

Trigger() public method

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

Trigger() public method

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

WriteDataToRaw() public method

public WriteDataToRaw ( ) : void
return void

Property Details

currentTrigger public static property

public static int currentTrigger
return int

filler1 public property

public byte filler1
return byte

filler2 public property

public byte filler2
return byte

filler3 public property

public byte filler3
return byte

value public property

public short value
return short

variable public property

public short variable
return short