Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
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 1 of file OOEntityDebugInspectorModule.m.

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

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