Oolite 1.91.0.7604-240417-a536cbe
Loading...
Searching...
No Matches
Functions
OODebugStandards.h File Reference
import "OOCocoa.h"
+ Include dependency graph for OODebugStandards.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void OOStandardsDeprecated (NSString *message)
 
void OOStandardsError (NSString *message)
 
BOOL OOEnforceStandards (void)
 
void OOSetStandardsForOXPVerifierMode (void)
 

Function Documentation

◆ OOEnforceStandards()

BOOL OOEnforceStandards ( void )

Definition at line 114 of file OODebugStandards.m.

115{
118}
static OOStandardsEnforcement sEnforcement
void OOStandardsSetup(void)
@ STANDARDS_ENFORCEMENT_ENFORCE

References OOStandardsSetup(), sEnforcement, and STANDARDS_ENFORCEMENT_ENFORCE.

Referenced by OOScript::descriptionComponents, EquipmentInfoSetProperty(), LoadScriptWithName(), MissionMarkSystem(), and MissionUnmarkSystem().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ OOSetStandardsForOXPVerifierMode()

void OOSetStandardsForOXPVerifierMode ( void )

Definition at line 121 of file OODebugStandards.m.

122{
124 sSetup = YES;
125}
static BOOL sSetup
@ STANDARDS_ENFORCEMENT_WARN

References sEnforcement, sSetup, and STANDARDS_ENFORCEMENT_WARN.

◆ OOStandardsDeprecated()

void OOStandardsDeprecated ( NSString * message)

Definition at line 102 of file OODebugStandards.m.

103{
104 OOStandardsInternal(@"oxp-standards.deprecated",message);
105}
void OOStandardsInternal(NSString *type, NSString *message)

References OOStandardsInternal().

Referenced by ClockGetProperty(), OOScript::descriptionComponents, EquipmentInfoSetProperty(), LoadScriptWithName(), MissionMarkSystem(), MissionUnmarkSystem(), SystemLegacyAddShips(), SystemLegacyAddShipsAt(), SystemLegacyAddShipsAtPrecisely(), SystemLegacyAddShipsWithinRadius(), SystemLegacyAddSystemShips(), and SystemLegacySpawnShip().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ OOStandardsError()

void OOStandardsError ( NSString * message)

Definition at line 108 of file OODebugStandards.m.

109{
110 OOStandardsInternal(@"oxp-standards.error",message);
111}

References OOStandardsInternal().

+ Here is the call graph for this function: