C# Class ExampleMod.NPCs.Worm

Inheritance: Terraria.ModLoader.ModNPC
Afficher le fichier Open project: bluemagic123/tModLoader

Méthodes publiques

Свойство Type Description
bodyType int
directional bool
flies bool
head bool
headType int
maxLength int
minLength int
speed float
tail bool
tailType int
turnSpeed float

Méthodes publiques

Méthode Description
AI ( ) : void
CustomBehavior ( ) : void
Init ( ) : void
ShouldRun ( ) : bool

Method Details

AI() public méthode

public AI ( ) : void
Résultat void

CustomBehavior() public méthode

public CustomBehavior ( ) : void
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

ShouldRun() public méthode

public ShouldRun ( ) : bool
Résultat bool

Property Details

bodyType public_oe property

public int bodyType
Résultat int

directional public_oe property

public bool directional
Résultat bool

flies public_oe property

public bool flies
Résultat bool

head public_oe property

public bool head
Résultat bool

headType public_oe property

public int headType
Résultat int

maxLength public_oe property

public int maxLength
Résultat int

minLength public_oe property

public int minLength
Résultat int

speed public_oe property

public float speed
Résultat float

tail public_oe property

public bool tail
Résultat bool

tailType public_oe property

public int tailType
Résultat int

turnSpeed public_oe property

public float turnSpeed
Résultat float