C# 클래스 PGMEBackend.Entities.NPC

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

공개 프로퍼티들

프로퍼티 타입 설명
currentNPC int
filler1 byte
filler2 byte
filler3 byte
filler4 byte
filler5 byte
filler6 byte
idleAnimation byte
npcNumber byte
replacement byte
spriteNumber byte
trainer byte
viewRadius byte
visibilityFlag short
xBounds byte
yBounds byte

공개 메소드들

메소드 설명
Delete ( ) : bool
Delete ( NPC npc ) : bool
Delete ( int num ) : bool
GetEnum ( ) : EntityType
LoadDataFromRaw ( ) : void
NPC ( ) : System
NPC ( int offset, GBAROM ROM ) : System
NPC ( short xPos, short yPos ) : System
WriteDataToRaw ( ) : void

메소드 상세

Delete() 공개 정적인 메소드

public static Delete ( ) : bool
리턴 bool

Delete() 공개 정적인 메소드

public static Delete ( NPC npc ) : bool
npc NPC
리턴 bool

Delete() 공개 정적인 메소드

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

GetEnum() 공개 메소드

public GetEnum ( ) : EntityType
리턴 EntityType

LoadDataFromRaw() 공개 메소드

public LoadDataFromRaw ( ) : void
리턴 void

NPC() 공개 메소드

public NPC ( ) : System
리턴 System

NPC() 공개 메소드

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

NPC() 공개 메소드

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

WriteDataToRaw() 공개 메소드

public WriteDataToRaw ( ) : void
리턴 void

프로퍼티 상세

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

public static int currentNPC
리턴 int

filler1 공개적으로 프로퍼티

public byte filler1
리턴 byte

filler2 공개적으로 프로퍼티

public byte filler2
리턴 byte

filler3 공개적으로 프로퍼티

public byte filler3
리턴 byte

filler4 공개적으로 프로퍼티

public byte filler4
리턴 byte

filler5 공개적으로 프로퍼티

public byte filler5
리턴 byte

filler6 공개적으로 프로퍼티

public byte filler6
리턴 byte

idleAnimation 공개적으로 프로퍼티

public byte idleAnimation
리턴 byte

npcNumber 공개적으로 프로퍼티

public byte npcNumber
리턴 byte

replacement 공개적으로 프로퍼티

public byte replacement
리턴 byte

spriteNumber 공개적으로 프로퍼티

public byte spriteNumber
리턴 byte

trainer 공개적으로 프로퍼티

public byte trainer
리턴 byte

viewRadius 공개적으로 프로퍼티

public byte viewRadius
리턴 byte

visibilityFlag 공개적으로 프로퍼티

public short visibilityFlag
리턴 short

xBounds 공개적으로 프로퍼티

public byte xBounds
리턴 byte

yBounds 공개적으로 프로퍼티

public byte yBounds
리턴 byte