C# Class PGMEBackend.Entities.NPC

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

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

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

Method Details

Delete() public static méthode

public static Delete ( ) : bool
Résultat bool

Delete() public static méthode

public static Delete ( NPC npc ) : bool
npc NPC
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

NPC() public méthode

public NPC ( ) : System
Résultat System

NPC() public méthode

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

NPC() public méthode

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

WriteDataToRaw() public méthode

public WriteDataToRaw ( ) : void
Résultat void

Property Details

currentNPC public_oe static_oe property

public static int currentNPC
Résultat int

filler1 public_oe property

public byte filler1
Résultat byte

filler2 public_oe property

public byte filler2
Résultat byte

filler3 public_oe property

public byte filler3
Résultat byte

filler4 public_oe property

public byte filler4
Résultat byte

filler5 public_oe property

public byte filler5
Résultat byte

filler6 public_oe property

public byte filler6
Résultat byte

idleAnimation public_oe property

public byte idleAnimation
Résultat byte

npcNumber public_oe property

public byte npcNumber
Résultat byte

replacement public_oe property

public byte replacement
Résultat byte

spriteNumber public_oe property

public byte spriteNumber
Résultat byte

trainer public_oe property

public byte trainer
Résultat byte

viewRadius public_oe property

public byte viewRadius
Résultat byte

visibilityFlag public_oe property

public short visibilityFlag
Résultat short

xBounds public_oe property

public byte xBounds
Résultat byte

yBounds public_oe property

public byte yBounds
Résultat byte