|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Go to the source code of this file.
Classes | |
| class | GridInfo |
| class | NGrid< N, ACTIVE_OBJECT, WORLD_OBJECT_TYPES, GRID_OBJECT_TYPES > |
Macros | |
| #define | DEFAULT_VISIBILITY_NOTIFY_PERIOD 1000 |
Enumerations | |
| enum | grid_state_t { GRID_STATE_INVALID = 0 , GRID_STATE_ACTIVE = 1 , GRID_STATE_IDLE = 2 , GRID_STATE_REMOVAL = 3 , MAX_GRID_STATE = 4 } |
| #define DEFAULT_VISIBILITY_NOTIFY_PERIOD 1000 |
NGrid is nothing more than a wrapper of the Grid with an NxN cells
Definition at line 17 of file NGrid.h.
Referenced by GridInfo::GridInfo(), GridInfo::GridInfo(), World::LoadConfigSettings(), and Map::Map().
| enum grid_state_t |