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
|
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, set] |
Private Member Functions | |
int | GetEntitiesInCoords (Point coords) |
Private Attributes | |
List< AnchoredEntitiesCollection.IndexPointPair > | _anchoredNPCs |
List< AnchoredEntitiesCollection.IndexPointPair > | _anchoredPlayers |
Definition at line 12 of file AnchoredEntitiesCollection.cs.