Oolite 1.91.0.7604-240417-a536cbe
Loading...
Searching...
No Matches
Classes | Functions
OODebugInspectorModule.h File Reference
import <Cocoa/Cocoa.h>
import "OOWeakReference.h"
+ Include dependency graph for OODebugInspectorModule.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OODebugInspectorModule
 
category  NSObject(OODebugInspectorSupport)
 
category  NSArray(OODebugInspectorSupportUtilities)
 

Functions

NSString * InspectorUnknownValueString (void)
 

Function Documentation

◆ InspectorUnknownValueString()

NSString * InspectorUnknownValueString ( void )

Definition at line 121 of file OODebugInspectorModule.m.

122{
123 static NSString *string = nil;
124 if (string == nil)
125 {
126 string = [NSLocalizedStringFromTableInBundle(@"--", NULL, [NSBundle bundleForClass:[OODebugInspectorModule class]], @"") retain];
127 if (string == nil) string = @"-";
128 }
129
130 return string;
131}
return nil

Referenced by AI(OOAIDebugInspectorModule)::debugInspectorModules.

+ Here is the caller graph for this function: