C# Class ExampleMod.NPCs.Worm

Inheritance: Terraria.ModLoader.ModNPC
Exibir arquivo Open project: bluemagic123/tModLoader

Public Properties

Property Type Description
bodyType int
directional bool
flies bool
head bool
headType int
maxLength int
minLength int
speed float
tail bool
tailType int
turnSpeed float

Public Methods

Method Description
AI ( ) : void
CustomBehavior ( ) : void
Init ( ) : void
ShouldRun ( ) : bool

Method Details

AI() public method

public AI ( ) : void
return void

CustomBehavior() public method

public CustomBehavior ( ) : void
return void

Init() public method

public Init ( ) : void
return void

ShouldRun() public method

public ShouldRun ( ) : bool
return bool

Property Details

bodyType public_oe property

public int bodyType
return int

directional public_oe property

public bool directional
return bool

flies public_oe property

public bool flies
return bool

head public_oe property

public bool head
return bool

headType public_oe property

public int headType
return int

maxLength public_oe property

public int maxLength
return int

minLength public_oe property

public int minLength
return int

speed public_oe property

public float speed
return float

tail public_oe property

public bool tail
return bool

tailType public_oe property

public int tailType
return int

turnSpeed public_oe property

public float turnSpeed
return float