Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
ExampleMod
NPCs
Fish
C# Class ExampleMod.NPCs.Fish
Inheritance:
Terraria.ModLoader.ModNPC
Mostra file
Open project: bluemagic123/tModLoader
Protected Properties
Property
Type
Description
acceleration
float
accelerationY
float
bounces
bool
correction
float
idleSpeed
float
speed
float
speedY
float
targetDryPlayer
bool
Public Methods
Method
Description
AI
( ) :
void
FindFrame
(
int
frameHeight
) :
void
Method Details
AI()
public
method
public
AI
( ) :
void
return
void
FindFrame()
public
method
public
FindFrame
(
int
frameHeight
) :
void
frameHeight
int
return
void
Property Details
acceleration
protected_oe property
protected
float
acceleration
return
float
accelerationY
protected_oe property
protected
float
accelerationY
return
float
bounces
protected_oe property
protected
bool
bounces
return
bool
correction
protected_oe property
protected
float
correction
return
float
idleSpeed
protected_oe property
protected
float
idleSpeed
return
float
speed
protected_oe property
protected
float
speed
return
float
speedY
protected_oe property
protected
float
speedY
return
float
targetDryPlayer
protected_oe property
protected
bool
targetDryPlayer
return
bool