terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
struct | IndexPointPair |
Public Member Functions | |
AnchoredEntitiesCollection () | |
void | ClearNPCAnchors () |
void | ClearPlayerAnchors () |
void | AddNPC (int npcIndex, Point coords) |
int | GetNextPlayerStackIndexInCoords (Point coords) |
void | AddPlayerAndGetItsStackedIndexInCoords (int playerIndex, Point coords, [Out] int stackedIndexInCoords) |
Properties | |
int | AnchoredPlayersAmount [get] |
Private Member Functions | |
int | GetEntitiesInCoords (Point coords) |
Private Attributes | |
List< AnchoredEntitiesCollection.IndexPointPair > | _anchoredNPCs |
List< AnchoredEntitiesCollection.IndexPointPair > | _anchoredPlayers |
Definition at line 10 of file AnchoredEntitiesCollection.cs.