Terraria v1.4.4.9
Terraria source code documentation
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< IndexPointPair_anchoredNPCs
 
List< IndexPointPair_anchoredPlayers
 

Detailed Description

Definition at line 6 of file AnchoredEntitiesCollection.cs.


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