Oolite 1.91.0.7644-241112-7f5034b
|
import "AI.h"
import "ResourceManager.h"
import "OOStringParsing.h"
import "OOWeakReference.h"
import "OOCacheManager.h"
import "OOCollectionExtractors.h"
import "OOPListParsing.h"
import "ShipEntity.h"
import "ShipEntityAI.h"
Go to the source code of this file.
Classes | |
struct | OOAIDeferredCallTrampolineInfo |
category | AI(OOPrivate) |
class | OOPreservedAIStateMachine |
struct | AIStackElement |
Typedefs | |
typedef struct AIStackElement | AIStackElement |
Enumerations | |
enum | { kRecursionLimiter = 32 , kStackLimiter = 32 } |
Variables | |
static AI * | sCurrentlyRunningAI = nil |
static AIStackElement * | sStack = NULL |
anonymous enum |
Definition at line 52 of file AI.m.
Referenced by AI::clearAllData.
|
static |
Definition at line 400 of file AI.m.
Referenced by AI::clearAllData.