C# Class PGMEBackend.Entities.Warp

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

Méthodes publiques

Свойство Type Description
currentWarp int
destMapBank byte
destMapNum byte
destWarpNum byte

Méthodes publiques

Méthode 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 méthode

public static Delete ( ) : bool
Résultat bool

Delete() public static méthode

public static Delete ( Warp warp ) : bool
warp Warp
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

Warp() public méthode

public Warp ( ) : System
Résultat System

Warp() public méthode

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

Warp() public méthode

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

WriteDataToRaw() public méthode

public WriteDataToRaw ( ) : void
Résultat void

Property Details

currentWarp public_oe static_oe property

public static int currentWarp
Résultat int

destMapBank public_oe property

public byte destMapBank
Résultat byte

destMapNum public_oe property

public byte destMapNum
Résultat byte

destWarpNum public_oe property

public byte destWarpNum
Résultat byte