Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
Point | GetCenter () |
Public Attributes | |
int | x |
int | z |
bool | occupied |
|
inline |
Definition at line 13 of file POIMap.cs.
References POIMap.cellSize, Point.Clamp(), POIMap.Cell.x, and POIMap.Cell.z.
Referenced by POIMap.GetCenterOfEmptyCell(), and Zone.SpawnAltar().
bool POIMap.Cell.occupied |
Definition at line 11 of file POIMap.cs.
Referenced by POIMap.OccyupyPOI().
int POIMap.Cell.x |
Definition at line 7 of file POIMap.cs.
Referenced by POIMap.Cell.GetCenter().
int POIMap.Cell.z |
Definition at line 9 of file POIMap.cs.
Referenced by POIMap.Cell.GetCenter().