Oolite 1.91.0.7668-250429-8542c40
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
ShipEntity(OOShipDebugInspectorModule) Category Reference

Instance Methods

(NSArray *) - debugInspectorModules [implementation]
 

Detailed Description

Definition at line 156 of file OOShipDebugInspectorModule.m.

Method Documentation

◆ debugInspectorModules

- (NSArray *) debugInspectorModules
implementation

Extends class ShipEntity.

Definition at line 158 of file OOShipDebugInspectorModule.m.

159{
160 return [[super debugInspectorModules] arrayByAddingInspectorModuleOfClass:[OOShipDebugInspectorModule class]
161 forObject:(id)self];
162}

References Entity::debugInspectorModules, and debugInspectorModules.

Referenced by debugInspectorModules.

+ 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: