terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
void | Update () |
void | Reset () |
Public Attributes | |
int | DisplayFrame |
Private Member Functions | |
void | ChangeToAIState (int aiState) |
void | UpdateFrame (int displayFrameMin, int displayFrameMax, int exitAIState, int gameFramesPerDisplayFrame) |
Private Attributes | |
int | _frameCounter |
int | _aiState |
Static Private Attributes | |
const int | AIState_Idle = 0 |
const int | AIState_LookingAtCamera = 1 |
const int | AIState_Resting = 2 |
const int | AIState_EatingCarrot = 3 |