C# Class PGMEBackend.Entities.Warp

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

Public Properties

Property Type Description
currentWarp int
destMapBank byte
destMapNum byte
destWarpNum byte

Public Methods

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

Warp() public method

public Warp ( ) : System
return System

Warp() public method

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

Warp() public method

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

WriteDataToRaw() public method

public WriteDataToRaw ( ) : void
return void

Property Details

currentWarp public_oe static_oe property

public static int currentWarp
return int

destMapBank public_oe property

public byte destMapBank
return byte

destMapNum public_oe property

public byte destMapNum
return byte

destWarpNum public_oe property

public byte destWarpNum
return byte