|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 6 of file AnchoredEntitiesCollection.cs.