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

Instance Methods

(NSArray *) - debugInspectorModules [implementation]
 

Detailed Description

Definition at line 63 of file OOEntityDebugInspectorModule.m.

Method Documentation

◆ debugInspectorModules

- (NSArray *) debugInspectorModules
implementation

Extends class Entity.

Definition at line 65 of file OOEntityDebugInspectorModule.m.

66{
67 return [[super debugInspectorModules] arrayByAddingInspectorModuleOfClass:[OOEntityDebugInspectorModule class]
68 forObject:(id)self];
69}

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