Oolite 1.91.0.7604-240417-a536cbe
Loading...
Searching...
No Matches
Classes | Macros | Variables
Entity.m File Reference
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"
+ Include dependency graph for Entity.m:

Go to the source code of this file.

Classes

category  Entity(OOPrivate)
 

Macros

#define ADD_FLAG_IF_SET(x)   if (x) { [flags addObject:@#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"
 

Macro Definition Documentation

◆ ADD_FLAG_IF_SET

#define ADD_FLAG_IF_SET ( x)    if (x) { [flags addObject:@#x]; }

Variable Documentation

◆ gLiveEntityCount

uint32_t gLiveEntityCount = 0

Definition at line 43 of file Entity.m.

◆ gTotalEntityMemory

size_t gTotalEntityMemory = 0

Definition at line 44 of file Entity.m.

◆ kOOLogEntityAddToList

NSString* const kOOLogEntityAddToList = @"entity.linkedList.add"
static

Definition at line 49 of file Entity.m.

◆ kOOLogEntityAddToListError

NSString* const kOOLogEntityAddToListError = @"entity.linkedList.add.error"
static

Definition at line 50 of file Entity.m.

◆ kOOLogEntityRemoveFromList

NSString* const kOOLogEntityRemoveFromList = @"entity.linkedList.remove"
static

Definition at line 51 of file Entity.m.

◆ kOOLogEntityRemoveFromListError

NSString* const kOOLogEntityRemoveFromListError = @"entity.linkedList.remove.error"
static

Definition at line 52 of file Entity.m.

◆ kOOLogEntityUpdateError

NSString* const kOOLogEntityUpdateError = @"entity.linkedList.update.error"
static

Definition at line 53 of file Entity.m.

◆ kOOLogEntityVerificationError

NSString* const kOOLogEntityVerificationError = @"entity.linkedList.verify.error"
static

Definition at line 55 of file Entity.m.