|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for Terraria.Player.RabbitOrderFrameHelper: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 |