Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
AI(OOAIDebugInspectorModule) Category Reference

Instance Methods

(NSString *) - inspBasicIdentityLine [implementation]
 
(NSArray *) - debugInspectorModules [implementation]
 

Detailed Description

Definition at line 93 of file OOAIDebugInspectorModule.m.

Method Documentation

◆ debugInspectorModules

- (NSArray *) debugInspectorModules
implementation

Extends class AI.

Definition at line 1 of file OOAIDebugInspectorModule.m.

103{
104 return [[super debugInspectorModules] arrayByAddingInspectorModuleOfClass:[OOAIDebugInspectorModule class]
105 forObject:(id)self];
106}

References ShipEntity::behaviour, count, ShipEntity::frustration, InspectorUnknownValueString(), AI::name, AI::nextThinkTime, nil, AI::owner, AI::pendingMessages, AI::stackDepth, and AI::state.

+ Here is the call graph for this function:

◆ inspBasicIdentityLine

- (NSString *) inspBasicIdentityLine
implementation

Extends class AI.

Definition at line 1 of file OOAIDebugInspectorModule.m.

96{
97 if ([self owner] != nil) return [NSString stringWithFormat:@"AI for %@", [[self owner] inspBasicIdentityLine]];
98 return [super inspBasicIdentityLine];
99}
return nil

The documentation for this category was generated from the following file: