|
Oolite 1.93.0.7767-260207-f2a8cb5
|
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"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 1379 of file PlayerEntityLoadSave.m.
References kOOMaxCredits.
Referenced by OODeciCreditsFromObject(), and PlayerEntity(ScriptMethods)::setCreditBalance:.
| OOCreditsQuantity OODeciCreditsFromObject | ( | id | object | ) |
Definition at line 1413 of file PlayerEntityLoadSave.m.
References OODeciCreditsFromDouble(), and OOUnsignedLongLongFromObject().
Referenced by PlayerEntity::setCommanderDataFromDictionary:, and PlayerEntity(OOLoadSavePrivate)::showCommanderShip:.
|
static |
Definition at line 1365 of file PlayerEntityLoadSave.m.
References ENTITY_PERSONALITY_INVALID, and ENTITY_PERSONALITY_MAX.
Referenced by PlayerEntity(OOLoadSavePrivate)::showCommanderShip:.