|
Oolite 1.91.0.7712-251017-85ce217
|
import "Entity.h"import "EntityOOJavaScriptExtensions.h"import "PlayerEntity.h"import "OOPlanetEntity.h"import "OOMaths.h"import "Universe.h"import "GameController.h"import "ResourceManager.h"import "OOConstToString.h"import "CollisionRegion.h"import "NSScannerOOExtensions.h"import "OODebugFlags.h"import "NSObjectOOExtensions.h"Go to the source code of this file.
Classes | |
| category | Entity(OOPrivate) |
Macros | |
| #define | ADD_FLAG_IF_SET(x) |
Variables | |
| uint32_t | gLiveEntityCount = 0 |
| size_t | gTotalEntityMemory = 0 |
| static NSString *const | kOOLogEntityAddToList = @"entity.linkedList.add" |
| static NSString *const | kOOLogEntityAddToListError = @"entity.linkedList.add.error" |
| static NSString *const | kOOLogEntityRemoveFromList = @"entity.linkedList.remove" |
| static NSString *const | kOOLogEntityRemoveFromListError = @"entity.linkedList.remove.error" |
| static NSString *const | kOOLogEntityUpdateError = @"entity.linkedList.update.error" |
| static NSString *const | kOOLogEntityVerificationError = @"entity.linkedList.verify.error" |
| #define ADD_FLAG_IF_SET | ( | x | ) |
Referenced by Entity::dumpSelfState, PlayerEntity::dumpSelfState, ShipEntity::dumpSelfState, and StationEntity::dumpSelfState.
| uint32_t gLiveEntityCount = 0 |
Definition at line 43 of file Entity.m.
Referenced by Entity::dealloc, and Entity::init.
| size_t gTotalEntityMemory = 0 |
Definition at line 44 of file Entity.m.
Referenced by Entity::dealloc, and Entity::init.
|
static |
Definition at line 49 of file Entity.m.
Referenced by Entity::addToLinkedLists.
|
static |
Definition at line 50 of file Entity.m.
Referenced by Entity::addToLinkedLists.
|
static |
Definition at line 51 of file Entity.m.
Referenced by Entity::removeFromLinkedLists.
|
static |
Definition at line 52 of file Entity.m.
Referenced by Entity::removeFromLinkedLists.
|
static |
Definition at line 53 of file Entity.m.
Referenced by Entity::updateLinkedLists.
|
static |
Definition at line 55 of file Entity.m.
Referenced by Entity(OOPrivate)::checkLinkedLists, Universe::MaintainLinkedLists, and Entity::updateLinkedLists.