|
Oolite
|
import "PlayerEntityLoadSave.h"import "PlayerEntityContracts.h"import "PlayerEntityControls.h"import "PlayerEntitySound.h"import "NSFileManagerOOExtensions.h"import "GameController.h"import "ResourceManager.h"import "OOStringExpander.h"import "ProxyPlayerEntity.h"import "ShipEntityAI.h"import "OOXMLExtensions.h"import "OOSound.h"import "OOColor.h"import "OOStringParsing.h"import "OOPListParsing.h"import "StationEntity.h"import "OOCollectionExtractors.h"import "OOConstToString.h"import "OOShipRegistry.h"import "OOTexture.h"import "NSStringOOExtensions.h"import "NSNumberOOExtensions.h"import "OOJavaScriptEngine.h"
Include dependency graph for PlayerEntityLoadSave.m:Go to the source code of this file.
Classes | |
| category | MyOpenGLView(OOLoadSaveExtensions) |
| category | PlayerEntity(OOLoadSavePrivate) |
Macros | |
| #define | COMMAND_MODIFIER_KEY "Ctrl" |
Functions | |
| static uint16_t | PersonalityForCommanderDict (NSDictionary *dict) |
| OOCreditsQuantity | OODeciCreditsFromDouble (double doubleDeciCredits) |
| OOCreditsQuantity | OODeciCreditsFromObject (id object) |
| #define COMMAND_MODIFIER_KEY "Ctrl" |
Definition at line 54 of file PlayerEntityLoadSave.m.
| OOCreditsQuantity OODeciCreditsFromDouble | ( | double | doubleDeciCredits | ) |
Definition at line 1386 of file PlayerEntityLoadSave.m.
References kOOMaxCredits.
Referenced by PlayerEntity(LoadSave)::addScenarioModel:.
Here is the caller graph for this function:| OOCreditsQuantity OODeciCreditsFromObject | ( | id | object | ) |
Definition at line 1420 of file PlayerEntityLoadSave.m.
|
static |
Definition at line 1372 of file PlayerEntityLoadSave.m.
References ENTITY_PERSONALITY_INVALID, and ENTITY_PERSONALITY_MAX.