Oolite 1.91.0.7658-250404-b1488af
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
OODebugInspectorModule.m File Reference
+ Include dependency graph for OODebugInspectorModule.m:

Go to the source code of this file.

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

References nil.

Referenced by OOAIDebugInspectorModule::update, OOEntityDebugInspectorModule::update, OOShipDebugInspectorModule::update, and OOShipGroupDebugInspectorModule::update.

+ Here is the caller graph for this function: