Oolite 1.91.0.7668-250429-8542c40
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
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 102 of file OOAIDebugInspectorModule.m.

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

References debugInspectorModules.

Referenced by debugInspectorModules.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ inspBasicIdentityLine

- (NSString *) inspBasicIdentityLine
implementation

Extends class AI.

Definition at line 95 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

References inspBasicIdentityLine, Entity::inspBasicIdentityLine, nil, and AI::owner.

Referenced by inspBasicIdentityLine.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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