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 | FollowPlayer (int playerIndex) |
void | StopFollowing () |
void | Clear (NPC npcToBelongTo) |
void | WriteTo (BinaryWriter writer) |
void | ReadFrom (BinaryReader reader) |
void | Update () |
NPCFollowState () | |
Properties | |
Vector2 | BreadcrumbPosition [get] |
bool | IsFollowingPlayer [get] |
Player | PlayerBeingFollowed [get] |
Private Member Functions | |
bool | ShouldSync () |
void | MoveNPCBackHome () |
void | UpdateBreadcrumbs (Player player) |
Private Attributes | |
NPC | _npc |
int? | _playerIndexBeingFollowed |
Vector2 | _floorBreadcrumb |
Definition at line 8 of file NPCFollowState.cs.