terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Terraria.DataStructures.AnchoredEntitiesCollection Class Reference

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
 

Detailed Description

Definition at line 10 of file AnchoredEntitiesCollection.cs.


The documentation for this class was generated from the following file: