C# 클래스 PGMEBackend.Entities.Warp

상속: Entity
파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
currentWarp int
destMapBank byte
destMapNum byte
destWarpNum byte

공개 메소드들

메소드 설명
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

메소드 상세

Delete() 공개 정적인 메소드

public static Delete ( ) : bool
리턴 bool

Delete() 공개 정적인 메소드

public static Delete ( Warp warp ) : bool
warp Warp
리턴 bool

Delete() 공개 정적인 메소드

public static Delete ( int num ) : bool
num int
리턴 bool

GetEnum() 공개 메소드

public GetEnum ( ) : EntityType
리턴 EntityType

LoadDataFromRaw() 공개 메소드

public LoadDataFromRaw ( ) : void
리턴 void

Warp() 공개 메소드

public Warp ( ) : System
리턴 System

Warp() 공개 메소드

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

Warp() 공개 메소드

public Warp ( short xPos, short yPos ) : System
xPos short
yPos short
리턴 System

WriteDataToRaw() 공개 메소드

public WriteDataToRaw ( ) : void
리턴 void

프로퍼티 상세

currentWarp 공개적으로 정적으로 프로퍼티

public static int currentWarp
리턴 int

destMapBank 공개적으로 프로퍼티

public byte destMapBank
리턴 byte

destMapNum 공개적으로 프로퍼티

public byte destMapNum
리턴 byte

destWarpNum 공개적으로 프로퍼티

public byte destWarpNum
리턴 byte