Oolite 1.91.0.7644-241112-7f5034b
|
#include <PlayerEntity.h>
Class Methods | |
(PlayerEntity *) | + sharedPlayer |
(static NSString *) | + SliderString [implementation] |
(static NSString *) | + CurrentScriptNameOr [implementation] |
(static void) | + PerformScriptActions [implementation] |
(static void) | + PerformConditionalStatment [implementation] |
(static void) | + PerformActionStatment [implementation] |
(static BOOL) | + TestScriptConditions [implementation] |
Class Methods inherited from ShipEntity | |
(static BOOL) | + IsBehaviourHostile [implementation] |
(static float) | + SurfaceDistanceSqaredV [implementation] |
(static float) | + SurfaceDistanceSqared [implementation] |
(static BOOL) | + AuthorityPredicate [implementation] |
(id) | + shipRestoredFromDictionary:useFallback:context: |
Definition at line 367 of file PlayerEntity.h.
- (BOOL) activateCloakingDevice |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
References int(), and OOCommodityMarket::massUnitForGood:.
- (void) activatePrimableEquipment: | (NSUInteger) | index | |
withMode: | (OOPrimedEquipmentMode) | mode |
Definition at line 13699 of file PlayerEntity.m.
- (void) activateSelectedInterface |
Definition at line 9211 of file PlayerEntity.m.
References GUI_MAX_ROWS_EQUIPMENT, GUI_ROW_EQUIPMENT_START, GuiDisplayGen::keyForRow:, last_outfitting_key, setGuiToEquipShipScreen:, GuiDisplayGen::setSelectedRow:, and showInformationForSelectedUpgrade.
- (NSUInteger) activeMFD |
- (NSUInteger) activeMissile |
- (void) add: | (NSString *) | missionVariableString_value |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (BOOL) addEqScriptForKey: | (NSString *) | eq_key |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) addEquipmentFromCollection: | (id) | equipment |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
Referenced by ShipAwardEquipment().
- (void) addEquipmentWithScriptToCustomKeyArray: | (NSString *) | equipmentKey |
Definition at line 9211 of file PlayerEntity.m.
- (void) addLiteralMissionText: | (NSString *) | text |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by MissionAddMessageText(), and MissionRunScreen().
- (void) addMessageToReport: | (NSString*) | report |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
Referenced by PlayerAddMessageToArrivalReport().
- (void) addMissionDestination: | (NSString *) | destinations |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) addMissionDestinationMarker: | (NSDictionary *) | marker |
Definition at line 9211 of file PlayerEntity.m.
Referenced by MissionMarkSystem().
- (void) addMissionText: | (NSString *) | textKey |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by MissionRunScreen().
- (OOPlanetEntity *) addMoon: | (NSString *) | moonKey |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by SystemAddMoon().
- (BOOL) addParcel: | (NSString*) | Name | |
start: | (unsigned) | start | |
destination: | (unsigned) | destination | |
eta: | (double) | eta | |
fee: | (double) | fee | |
premium: | (double) | premium | |
risk: | (unsigned) | risk |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
Referenced by PlayerShipAddParcel().
- (BOOL) addPassenger: | (NSString*) | Name | |
start: | (unsigned) | start | |
destination: | (unsigned) | destination | |
eta: | (double) | eta | |
fee: | (double) | fee | |
advance: | (double) | advance | |
risk: | (unsigned) | risk |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
Referenced by PlayerShipAddPassenger().
- (OOPlanetEntity *) addPlanet: | (NSString *) | planetKey |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by SystemAddPlanet().
- (void) addRoleForAggression: | (ShipEntity *) | victim |
Definition at line 13699 of file PlayerEntity.m.
- (void) addRoleForMining |
Definition at line 13699 of file PlayerEntity.m.
- (void) addRoleToPlayer: | (NSString *) | role |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerSetPlayerRole().
- (void) addRoleToPlayer: | (NSString *) | role | |
inSlot: | (NSUInteger) | slot |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerSetPlayerRole().
- (void) addScannedWormhole: | (WormholeEntity*) | wormhole |
Definition at line 9211 of file PlayerEntity.m.
- (void) addScenarioModel: | (NSString *) | shipKey |
Provided by category PlayerEntity(LoadSave).
Definition at line 1412 of file PlayerEntityLoadSave.m.
- (void) addScene: | (NSArray *) | items | |
atOffset: | (Vector) | off |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) addShips: | (NSString *) | roles_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) addShipsAt: | (NSString *) | roles_number_system_x_y_z |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by SystemLegacyAddShipsAt().
- (void) addShipsAtPrecisely: | (NSString *) | roles_number_system_x_y_z |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by SystemLegacyAddShipsAtPrecisely().
- (void) addShipsWithinRadius: | (NSString *) | roles_number_system_x_y_z_r |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by SystemLegacyAddShipsWithinRadius().
- (void) addSystemShips: | (NSString *) | roles_number_position |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
- (void) addToAdjustTime: | (double) | seconds |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerSetEscapePodDestination().
- (void) addTrumble: | (OOTrumble *) | papaTrumble |
Definition at line 9211 of file PlayerEntity.m.
- (NSPoint) adjusted_chart_centre |
Definition at line 13699 of file PlayerEntity.m.
- (OOCreditsQuantity) adjustPriceByScriptForEqKey: | (NSString *) | eqKey | |
withCurrent: | (OOCreditsQuantity) | price |
Definition at line 9211 of file PlayerEntity.m.
- (void) adjustTradeInFactorBy: | (int) | value |
Definition at line 9211 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
- (GLfloat) aftShieldLevel |
Definition at line 13699 of file PlayerEntity.m.
- (float) aftShieldRechargeRate |
Definition at line 13699 of file PlayerEntity.m.
- (OOAlertCondition) alertCondition |
Reimplemented from ShipEntity.
- (int) alertFlags |
- (void) allowMissionInterrupt |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
Referenced by MissionRunScreen().
- (OORouteType) ANAMode |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipGetProperty().
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (NSArray *) applyMarketFilter: | (NSArray *) | goods | |
onMarket: | (OOCommodityMarket *) | market |
Definition at line 9211 of file PlayerEntity.m.
- (NSArray *) applyMarketSorter: | (NSArray *) | goods | |
onMarket: | (OOCommodityMarket *) | market |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (void) applyYaw: | (GLfloat) | yaw |
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) assignToActivePylon: | (NSString *) | identifierKey |
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) atHyperspeed |
Definition at line 13699 of file PlayerEntity.m.
- (void) autosavePlayer |
Provided by category PlayerEntity(LoadSave).
Definition at line 1412 of file PlayerEntityLoadSave.m.
- (OOWeaponFacingSet) availableFacings |
Definition at line 9211 of file PlayerEntity.m.
- (void) awardCargo: | (NSString *) | amount_typeString |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) awardCommodityType: | (NSString *) | type | |
amount: | (OOCargoQuantity) | amount |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (BOOL) awardContract: | (unsigned) | qty | |
commodity: | (NSString*) | commodity | |
start: | (unsigned) | start | |
destination: | (unsigned) | destination | |
eta: | (double) | eta | |
fee: | (double) | fee | |
premium: | (double) | premium |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
Referenced by PlayerShipAwardContract().
- (void) awardCredits: | (NSString *) | valueString |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) awardEquipment: | (NSString *) | equipString |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) awardFuel: | (NSString *) | valueString |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) awardShipKills: | (NSString *) | valueString |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (GLfloat) baseMass |
Definition at line 13699 of file PlayerEntity.m.
- (void) beginWitchspaceCountdown |
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
- (void) beginWitchspaceCountdown: | (int) | spin_time |
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
Referenced by PlayerShipBeginHyperspaceCountdown().
- (void) blowUpStation |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
|
implementation |
- (HPVector) breakPatternPosition |
Definition at line 13699 of file PlayerEntity.m.
- (void) buySelectedItem |
Definition at line 9211 of file PlayerEntity.m.
- (BOOL) buySelectedShip |
Provided by category PlayerEntity(Contracts).
Definition at line 1443 of file PlayerEntityContracts.m.
- (void) calculateCurrentCargo |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
- (void) cancelDockingRequest: | (StationEntity *) | stationForDocking |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipCancelDockingRequest().
- (void) cancelWitchspaceCountdown |
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
Referenced by PlayerShipCancelHyperspaceCountdown().
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (NSDictionary *) cargoContractMarker: | (OOSystemID) | system |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (NSArray *) cargoList |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
Referenced by ManifestGetProperty().
- (OOCargoQuantity) cargoQuantityForType: | (OOCommodityType) | type |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
- (BOOL) changePassengerBerths: | (int) | addRemove |
Definition at line 9211 of file PlayerEntity.m.
Referenced by ShipAwardEquipment().
- (NSPoint) chart_centre_coordinates |
- (OOScalar) chart_zoom |
|
implementation |
Provided by category PlayerEntity(StickMapperInternal).
Definition at line 1 of file PlayerEntityStickMapper.m.
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
- (void) checkForShips: | (NSString *) | roleString |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (BOOL) checkKeyPress: | (NSArray*) | key_def |
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
- (BOOL) checkKeyPress: | (NSArray*) | key_def | |
fKey_only: | (BOOL) | fKey_only |
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
- (BOOL) checkKeyPress: | (NSArray*) | key_def | |
fKey_only: | (BOOL) | fKey_only | |
ignore_ctrl: | (BOOL) | ignore_ctrl |
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
- (BOOL) checkKeyPress: | (NSArray*) | key_def | |
ignore_ctrl: | (BOOL) | ignore_ctrl |
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
- (BOOL) checkNavKeyPress: | (NSArray*) | key_def |
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
- (NSString *) checkPassengerContracts |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) checkScript |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
- (void) clearAlertFlags |
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) clearedToDock |
Definition at line 9211 of file PlayerEntity.m.
- (void) clearExtraGuiScreenKeys: | (OOGUIScreenID) | gui | |
key: | (NSString *) | key |
Definition at line 9211 of file PlayerEntity.m.
Referenced by GlobalClearExtraGuiScreenKeys().
- (void) clearExtraMissionKeys |
Definition at line 9211 of file PlayerEntity.m.
Referenced by MissionRunScreen().
- (void) clearMissionDescription |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
- (void) clearMissionDescriptionForMission: | (NSString *) | key |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
Referenced by MissionSetInstructionsInternal().
- (void) clearMissionScreen |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) clearMissionScreenID |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by MissionRunScreen().
- (void) clearPlanetSearchString |
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
- (void) clearRoleFromPlayer: | (BOOL) | includingLongRange |
Definition at line 13699 of file PlayerEntity.m.
- (void) clearRolesFromPlayer: | (float) | chance |
Definition at line 13699 of file PlayerEntity.m.
- (void) clearTargetMemory |
Definition at line 9211 of file PlayerEntity.m.
- (NSNumber *) clock_days_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSNumber *) clock_hours_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSNumber *) clock_mins_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSNumber *) clock_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSNumber *) clock_secs_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (BOOL) clockAdjusting |
Definition at line 13699 of file PlayerEntity.m.
- (double) clockTime |
Definition at line 13699 of file PlayerEntity.m.
Referenced by ClockGetProperty().
- (double) clockTimeAdjusted |
Definition at line 13699 of file PlayerEntity.m.
Referenced by HeadUpDisplay::hudDrawReticleOnTarget.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (NSString *) commanderBountyAsString |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (NSDictionary *) commanderDataDictionary |
Definition at line 13699 of file PlayerEntity.m.
- (NSString *) commanderKillsAsString |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (NSNumber *) commanderLegalStatus_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSString *) commanderLegalStatus_string |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSString *) commanderName |
Definition at line 9211 of file PlayerEntity.m.
Referenced by PlayerGetProperty().
- (NSString *) commanderName_string |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSString *) commanderRank_string |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSString *) commanderSelector |
Provided by category PlayerEntity(LoadSave).
Definition at line 1412 of file PlayerEntityLoadSave.m.
- (NSString *) commanderShip_string |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSString *) commanderShipDisplayName_string |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSMutableArray *) commLog |
- (OOScript *) commodityScriptNamed: | (NSString *) | script |
Definition at line 9211 of file PlayerEntity.m.
- (void) commsMessage: | (NSString *) | valueString |
Reimplemented from ShipEntity.
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) commsMessageByUnpiloted: | (NSString *) | valueString |
Reimplemented from ShipEntity.
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
|
implementation |
Reimplemented from Entity.
Definition at line 13699 of file PlayerEntity.m.
- (OOCompassMode) compassMode |
- (Entity *) compassTarget |
- (NSString *) compassTargetLabel |
Definition at line 13699 of file PlayerEntity.m.
- (void) completeSetUp |
Definition at line 13699 of file PlayerEntity.m.
- (void) completeSetUpAndSetTarget: | (BOOL) | setTarget |
Definition at line 13699 of file PlayerEntity.m.
- (void) consoleMessage3s: | (NSString *) | valueString |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) consoleMessage6s: | (NSString *) | valueString |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (OOCargoQuantity) contractedVolumeForGood: | (OOCommodityType) | good |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
- (NSArray *) contractList |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (int) contractReputation |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(ContractsPrivate).
Definition at line 1998 of file PlayerEntityContracts.m.
- (unsigned) countMissiles |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Definition at line 13699 of file PlayerEntity.m.
- (double) creditBalance |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (NSNumber *) credits_number |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
- (NSString *) creditsFormattedForLegacySubstitution |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (NSString *) creditsFormattedForSubstitution |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (OOGalaxyID) currentGalaxyID |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
Referenced by SystemSetProperty(), and SystemToString().
- (NSArray *) currentLaserOffset |
Definition at line 13699 of file PlayerEntity.m.
- (NSString *) currentPrimedEquipment |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipGetProperty().
|
implementation |
Provided by category PlayerEntity(Scripting).
Definition at line 129 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Provided by category PlayerEntity(Scripting).
Definition at line 119 of file PlayerEntityLegacyScriptEngine.m.
- (OOSystemID) currentSystemID |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
Referenced by SystemSetProperty(), and SystemToString().
- (OOWeaponType) currentWeapon |
Definition at line 13699 of file PlayerEntity.m.
- (void) currentWeaponStats |
Definition at line 13699 of file PlayerEntity.m.
- (NSPoint) cursor_coordinates |
- (NSPoint) custom_chart_centre_coordinates |
- (OOScalar) custom_chart_zoom |
- (NSMutableArray *) customEquipmentActivation |
Definition at line 9211 of file PlayerEntity.m.
- (NSString *) customViewDescription |
- (Vector) customViewForwardVector |
- (OOMatrix) customViewMatrix |
- (Vector) customViewOffset |
- (void) customViewPanDown: | (OOScalar) | angle |
Definition at line 9211 of file PlayerEntity.m.
- (void) customViewPanLeft: | (OOScalar) | angle |
Definition at line 9211 of file PlayerEntity.m.
- (void) customViewPanRight: | (OOScalar) | angle |
Definition at line 9211 of file PlayerEntity.m.
- (void) customViewPanUp: | (OOScalar) | angle |
Definition at line 9211 of file PlayerEntity.m.
- (Quaternion) customViewQuaternion |
- (Vector) customViewRightVector |
- (void) customViewRollLeft: | (OOScalar) | angle |
Definition at line 9211 of file PlayerEntity.m.
- (void) customViewRollRight: | (OOScalar) | angle |
Definition at line 9211 of file PlayerEntity.m.
- (void) customViewRotateDown: | (OOScalar) | angle |
Definition at line 9211 of file PlayerEntity.m.
- (void) customViewRotateLeft: | (OOScalar) | angle |
Definition at line 9211 of file PlayerEntity.m.
- (void) customViewRotateRight: | (OOScalar) | angle |
Definition at line 9211 of file PlayerEntity.m.
- (void) customViewRotateUp: | (OOScalar) | angle |
Definition at line 9211 of file PlayerEntity.m.
- (Vector) customViewRotationCenter |
- (Vector) customViewUpVector |
- (void) customViewZoomIn: | (OOScalar) | rate |
Definition at line 9211 of file PlayerEntity.m.
- (void) customViewZoomOut: | (OOScalar) | rate |
Definition at line 9211 of file PlayerEntity.m.
- (void) cycleNextMultiFunctionDisplay: | (NSUInteger) | index |
Definition at line 13699 of file PlayerEntity.m.
- (void) cyclePreviousMultiFunctionDisplay: | (NSUInteger) | index |
Definition at line 13699 of file PlayerEntity.m.
- (NSNumber *) d100_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSNumber *) d256_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) deactivateCloakingDevice |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (void) debugMessage: | (NSString *) | args |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) debugOff |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) debugOn |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (OOCreditsQuantity) deciCredits |
Definition at line 13699 of file PlayerEntity.m.
- (void) decreaseContractReputation: | (unsigned) | amount |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) decreaseParcelReputation: | (unsigned) | amount |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) decreasePassengerReputation: | (unsigned) | amount |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) decrement: | (NSString *) | missionVariableString |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSDictionary *) defaultMarker: | (OOSystemID) | system |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
Referenced by MissionMarkSystem().
- (void) deferredInit |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
|
implementation |
Provided by category PlayerEntity(StickMapperInternal).
Definition at line 1 of file PlayerEntityStickMapper.m.
- (void) destroySound |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (NSString *) dial_clock |
Definition at line 13699 of file PlayerEntity.m.
- (NSString *) dial_clock_adjusted |
Definition at line 13699 of file PlayerEntity.m.
- (NSString *) dial_fpsinfo |
Definition at line 13699 of file PlayerEntity.m.
- (NSString *) dial_objinfo |
Definition at line 13699 of file PlayerEntity.m.
- (GLfloat) dialAftShield |
Definition at line 13699 of file PlayerEntity.m.
- (GLfloat) dialAltitude |
Definition at line 13699 of file PlayerEntity.m.
- (OOColor *) dialCustomColor: | (NSString *) | dialKey |
Definition at line 13699 of file PlayerEntity.m.
- (float) dialCustomFloat: | (NSString *) | dialKey |
Definition at line 13699 of file PlayerEntity.m.
- (NSString *) dialCustomString: | (NSString *) | dialKey |
Definition at line 13699 of file PlayerEntity.m.
- (GLfloat) dialEnergy |
Definition at line 13699 of file PlayerEntity.m.
- (GLfloat) dialForwardShield |
Definition at line 13699 of file PlayerEntity.m.
- (GLfloat) dialFuel |
Definition at line 13699 of file PlayerEntity.m.
- (OOFuelScoopStatus) dialFuelScoopStatus |
Definition at line 13699 of file PlayerEntity.m.
- (GLfloat) dialHyperRange |
Definition at line 13699 of file PlayerEntity.m.
- (GLfloat) dialHyperSpeed |
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) dialIdentEngaged |
Definition at line 13699 of file PlayerEntity.m.
- (GLfloat) dialMaxEnergy |
Definition at line 13699 of file PlayerEntity.m.
- (NSUInteger) dialMaxMissiles |
Definition at line 13699 of file PlayerEntity.m.
- (OOMissileStatus) dialMissileStatus |
Definition at line 13699 of file PlayerEntity.m.
- (GLfloat) dialPitch |
Definition at line 13699 of file PlayerEntity.m.
- (GLfloat) dialRoll |
Definition at line 13699 of file PlayerEntity.m.
- (GLfloat) dialSpeed |
Definition at line 13699 of file PlayerEntity.m.
- (NSString *) dialTargetName |
Definition at line 13699 of file PlayerEntity.m.
- (GLfloat) dialYaw |
Definition at line 13699 of file PlayerEntity.m.
- (void) disengageAutopilot |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerEntity(OOControlsPrivate)::handleAutopilotOn:.
|
implementation |
Provided by category PlayerEntity(StickMapperInternal).
Definition at line 1 of file PlayerEntityStickMapper.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) doBookkeeping: | (double) | delta_t |
This code branch doesn't seem to be used any more - see ~line 6000 Should we remove it? - CIM
Definition at line 13699 of file PlayerEntity.m.
- (void) docked |
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) dockedAtMainStation |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (NSString *) dockedAtMainStation_bool |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (StationEntity *) dockedStation |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipGetProperty().
- (NSString *) dockedStationDisplayName |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (NSString *) dockedStationName |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (NSString *) dockedStationName_string |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSNumber *) dockedTechLevel_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (void) doGuiScreenResizeUpdates |
Definition at line 13699 of file PlayerEntity.m.
- (void) doMissionCallback |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 9211 of file PlayerEntity.m.
- (BOOL) doWorldEventUntilMissionScreen: | (jsid) | message |
Definition at line 9211 of file PlayerEntity.m.
- (void) doWorldScriptEvent: | (jsid) | message | |
inContext: | (JSContext *) | context | |
withArguments: | (jsval *) | argv | |
count: | (uintN) | argc | |
timeLimit: | (OOTimeDelta) | limit |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
|
implementation |
Reimplemented from Entity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
- (void) ejectItem: | (NSString *) | item_key |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) endMissionScreenAndNoteOpportunity |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (BOOL) endScenario: | (NSString *) | key |
Definition at line 13699 of file PlayerEntity.m.
- (OOEnergyUnitType) energyUnitType |
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) engageAutopilotToStation: | (StationEntity *) | stationForDocking |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
Referenced by StationDockPlayer().
- (void) enterGalacticWitchspace |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (NSUInteger) eqScriptIndexForKey: | (NSString *) | eq_key |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSArray *) equipmentList |
Definition at line 13699 of file PlayerEntity.m.
- (NSDictionary *) equipScreenBackgroundDescriptor |
Definition at line 9211 of file PlayerEntity.m.
- (void) erodeReputation |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
- (double) escapePodRescueTime |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOLoadSavePrivate).
Definition at line 1003 of file PlayerEntityLoadSave.m.
|
implementation |
Provided by category PlayerEntity(ScriptingPrivate).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Provided by category PlayerEntity(ScriptingPrivate).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
- (NSString *) fastEquipmentA |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipGetProperty().
- (NSString *) fastEquipmentB |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipGetProperty().
|
implementation |
Provided by category PlayerEntity(OOLoadSavePrivate).
Definition at line 1003 of file PlayerEntityLoadSave.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) fireMainWeapon |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (OOPlayerFleeingStatus) fleeingStatus |
Definition at line 13699 of file PlayerEntity.m.
- (GLfloat) forwardShieldLevel |
Definition at line 13699 of file PlayerEntity.m.
- (float) forwardShieldRechargeRate |
Definition at line 13699 of file PlayerEntity.m.
- (NSString *) foundEquipment_bool |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
- (float) fuelLeakRate |
Definition at line 13699 of file PlayerEntity.m.
- (NSNumber *) fuelLeakRate_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSNumber *) fuelLevel_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
- (OOGalacticHyperspaceBehaviour) galacticHyperspaceBehaviour |
- (NSPoint) galacticHyperspaceFixedCoords |
- (NSPoint) galaxy_coordinates |
- (OOGalaxyID) galaxyNumber |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (OODockingClearanceStatus) getDockingClearanceStatus |
Definition at line 9211 of file PlayerEntity.m.
- (void) getFined |
Definition at line 9211 of file PlayerEntity.m.
- (int) getFirstKeyCode: | (NSArray*) | key_def |
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
- (NSString *) getKeyBindingDescription: | (NSArray *) | keyList |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (NSMutableDictionary *) getMissionDestinations |
Definition at line 9211 of file PlayerEntity.m.
Referenced by MissionGetProperty().
- (StationEntity *) getTargetDockStation |
Definition at line 13699 of file PlayerEntity.m.
- (NSString *) gui_screen_string |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
- (OOGUIScreenID) guiScreen |
Definition at line 9211 of file PlayerEntity.m.
Referenced by OOJavaScriptEngine(OOMonitorSupportInternal)::sendMonitorLogMessage:withMessageClass:inContext:.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 4758 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 4758 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 4758 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 167 of file PlayerEntityControls.m.
- (BOOL) handleGUIUpDownArrowKeys |
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
- (void) handleKeyboardLayoutEntryKeys: | (GuiDisplayGen *) | gui | |
view: | (MyOpenGLView *) | gameView |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 167 of file PlayerEntityControls.m.
- (void) handleKeyConfigEntryKeys: | (GuiDisplayGen *) | gui | |
view: | (MyOpenGLView *) | gameView |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) handleKeyConfigKeys: | (GuiDisplayGen *) | gui | |
view: | (MyOpenGLView *) | gameView |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) handleKeyMapperConfirmClearKeys: | (GuiDisplayGen *) | gui | |
view: | (MyOpenGLView *) | gameView |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 167 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 4758 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 167 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 4758 of file PlayerEntityControls.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
- (BOOL) hasSufficientFuelForJump |
Definition at line 13699 of file PlayerEntity.m.
- (void) highlightEquipShipScreenKey: | (NSString *) | key |
Definition at line 9211 of file PlayerEntity.m.
- (void) homeInfoSystem |
Definition at line 13699 of file PlayerEntity.m.
- (HeadUpDisplay *) hud |
|
implementation |
Provided by category PlayerEntity(StickMapperInternal).
Definition at line 1 of file PlayerEntityStickMapper.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) hyperspeedEngaged |
Definition at line 13699 of file PlayerEntity.m.
- (GLfloat) hyperspeedFactor |
- (void) increaseContractReputation: | (unsigned) | amount |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) increaseParcelReputation: | (unsigned) | amount |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) increasePassengerReputation: | (unsigned) | amount |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) increment: | (NSString *) | missionVariableString |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (OOSystemID) infoSystemID |
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) infoSystemOnRoute |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (void) initCheckingDictionary |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) initControls |
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
- (void) initialiseMissionDestinations: | (NSDictionary *) | destinations | |
andLegacy: | (NSArray *) | legacy |
Definition at line 9211 of file PlayerEntity.m.
- (void) initKeyConfigSettings |
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
- (BOOL) injectorsEngaged |
Definition at line 13699 of file PlayerEntity.m.
- (GLfloat) insideAtmosphereFraction |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Provided by category PlayerEntity(OOEntityInspectorExtensions).
Definition at line 1 of file OOEntityInspectorExtensions.m.
|
implementation |
Reimplemented from ShipEntity.
Provided by category PlayerEntity(OOEntityInspectorExtensions).
Definition at line 1 of file OOEntityInspectorExtensions.m.
|
implementation |
Reimplemented from ShipEntity.
Provided by category PlayerEntity(OOEntityInspectorExtensions).
Definition at line 1 of file OOEntityInspectorExtensions.m.
- (OOEnergyUnitType) installedEnergyUnitType |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) isBeeping |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (BOOL) isDocked |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
- (BOOL) isMouseControlOn |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from Entity.
Provided by category PlayerEntity(ProxyPlayer).
Definition at line 1 of file ProxyPlayerEntity.m.
- (OOSpeechSettings) isSpeechOn |
- (BOOL) isValidTarget: | (Entity*) | target |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOJavaScriptExtensions).
Definition at line 1860 of file OOJSPlayerShip.m.
- (NSString *) jumpCause |
Definition at line 9211 of file PlayerEntity.m.
- (NSString *) keyBindingDescription2: | (NSString *) | binding |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
Referenced by GlobalKeyBindingDescription().
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
|
implementation |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (NSString *) keyCodeDescription: | (OOKeyCode) | code |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (NSString *) keyCodeDescriptionShort: | (OOKeyCode) | code |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (NSDictionary *) keyConfig |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) keyMapperInputHandler: | (GuiDisplayGen *) | gui | |
view: | (MyOpenGLView *) | gameView |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (NSString *) lastsaveName |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (void) launchFromStation |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (ShipEntity *) launchMine: | (ShipEntity *) | mine |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (unsigned) legalStatusOfCargoList |
Definition at line 13699 of file PlayerEntity.m.
- (void) loadCargoPods |
Definition at line 13699 of file PlayerEntity.m.
- (void) loadCargoPodsForType: | (OOCommodityType) | type | |
amount: | (OOCargoQuantity) | quantity |
Definition at line 13699 of file PlayerEntity.m.
- (void) loadCargoPodsForType: | (OOCommodityType) | type | |
fromManifest: | (OOCommodityMarket *) | manifest |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (BOOL) loadPlayer |
Provided by category PlayerEntity(LoadSave).
Definition at line 1412 of file PlayerEntityLoadSave.m.
- (BOOL) loadPlayerFromFile: | (NSString *) | fileToOpen | |
asNew: | (BOOL) | asNew |
Provided by category PlayerEntity(LoadSave).
Definition at line 1412 of file PlayerEntityLoadSave.m.
|
implementation |
Provided by category PlayerEntity(OOLoadSavePrivate).
Definition at line 1412 of file PlayerEntityLoadSave.m.
- (OOCommodityMarket *) localMarket |
Definition at line 9211 of file PlayerEntity.m.
- (NSString *) localVariableForKey: | (NSString *) | variableName | |
andMission: | (NSString *) | missionKey |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
- (NSMutableDictionary *) localVariablesForMission: | (NSString *) | missionKey |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
Referenced by PlayerEntity(Scripting)::PerformActionStatment.
- (OOLongRangeChartMode) longRangeChartMode |
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (void) loseTargetStatus |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOLoadSavePrivate).
Definition at line 1003 of file PlayerEntityLoadSave.m.
- (NSDictionary *) makeKeyGuiDict: | (NSString *) | what | |
keyDef: | (NSString *) | keyDef |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (NSDictionary *) makeKeyGuiDictHeader: | (NSString *) | header |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (NSDictionary *) makeStickGuiDict: | (NSString *) | what | |
allowable: | (int) | allowable | |
axisfn: | (int) | axisfn | |
butfn: | (int) | butfn |
Provided by category PlayerEntity(StickMapper).
Definition at line 1 of file PlayerEntityStickMapper.m.
- (NSDictionary *) makeStickGuiDictHeader: | (NSString *) | header |
Provided by category PlayerEntity(StickMapper).
Definition at line 1 of file PlayerEntityStickMapper.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (NSDictionary *) markedDestinations |
Definition at line 13699 of file PlayerEntity.m.
- (NSString *) markerKey: | (NSDictionary*) | marker |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Definition at line 9211 of file PlayerEntity.m.
- (BOOL) massLockable |
- (BOOL) massLocked |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
|
implementation |
- (NSUInteger) maxPlayerRoles |
Definition at line 13699 of file PlayerEntity.m.
- (void) messageShipAIs: | (NSString *) | roles_message |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (ShipEntity *) missileForPylon: | (NSUInteger) | value |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (NSInteger) missingSubEntitiesAdjustment |
Provided by category PlayerEntity(Contracts).
Definition at line 1443 of file PlayerEntityContracts.m.
- (NSString *) mission_string |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
- (NSDictionary *) missionBackgroundDescriptor |
Definition at line 9211 of file PlayerEntity.m.
- (NSDictionary *) missionBackgroundDescriptorOrDefault |
Definition at line 9211 of file PlayerEntity.m.
- (OOGUIBackgroundSpecial) missionBackgroundSpecial |
Definition at line 9211 of file PlayerEntity.m.
- (NSString *) missionChoice_string |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (OOGUIScreenID) missionExitScreen |
Definition at line 9211 of file PlayerEntity.m.
- (NSString *) missionKeyPress_string |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSDictionary *) missionOverlayDescriptor |
Definition at line 9211 of file PlayerEntity.m.
- (NSDictionary *) missionOverlayDescriptorOrDefault |
Definition at line 9211 of file PlayerEntity.m.
- (NSString *) missionScreenID |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by MissionGetProperty().
- (NSArray *) missionsList |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
- (NSString *) missionTitle |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSString *) missionVariableForKey: | (NSString *) | key |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
Referenced by MissionVariablesGetProperty().
- (NSDictionary *) missionVariables |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
- (BOOL) mountMissile: | (ShipEntity *) | missile |
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) mountMissileWithRole: | (NSString *) | role |
Definition at line 13699 of file PlayerEntity.m.
Referenced by ShipAwardEquipment().
|
implementation |
Reimplemented from Entity.
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) moveTargetMemoryBy: | (NSInteger) | delta |
Definition at line 9211 of file PlayerEntity.m.
- (NSArray *) multiFunctionDisplayList |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipGetProperty().
- (NSString *) multiFunctionText: | (NSUInteger) | index |
Definition at line 13699 of file PlayerEntity.m.
- (void) mungChecksumWithNSString: | (NSString *) | str |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOLoadSavePrivate).
Definition at line 1412 of file PlayerEntityLoadSave.m.
- (void) newShipCommonSetup: | (NSString *) | shipKey | |
yardInfo: | (NSDictionary *) | ship_info | |
baseInfo: | (NSDictionary *) | ship_base_dict |
Provided by category PlayerEntity(Contracts).
Definition at line 1443 of file PlayerEntityContracts.m.
- (OOSystemID) nextHopTargetSystemID |
Definition at line 13699 of file PlayerEntity.m.
- (void) nextInfoSystem |
Definition at line 13699 of file PlayerEntity.m.
- (void) normaliseReputation |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
|
implementation |
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
- (void) noteGUIDidChangeFrom: | (OOGUIScreenID) | fromScreen | |
to: | (OOGUIScreenID) | toScreen |
Definition at line 9211 of file PlayerEntity.m.
- (void) noteGUIDidChangeFrom: | (OOGUIScreenID) | fromScreen | |
to: | (OOGUIScreenID) | toScreen | |
refresh: | (BOOL) | refresh |
Definition at line 9211 of file PlayerEntity.m.
- (void) noteGUIWillChangeTo: | (OOGUIScreenID) | toScreen |
Definition at line 9211 of file PlayerEntity.m.
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
Referenced by PlayerShipResetCustomView(), and PlayerShipSetCustomView().
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (float) occlusionLevel |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Provided by category PlayerEntity(OOJavaScriptExtensions).
Definition at line 1860 of file OOJSPlayerShip.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (void) outputKeyDefinition: | (NSString *) | key | |
shift: | (NSString *) | shift | |
mod1: | (NSString *) | mod1 | |
mod2: | (NSString *) | mod2 | |
skiprows: | (NSUInteger) | skiprows |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) overwriteCommanderInputHandler |
Provided by category PlayerEntity(LoadSave).
Definition at line 1412 of file PlayerEntityLoadSave.m.
- (NSDictionary *) parcelContractMarker: | (OOSystemID) | system |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
Referenced by PlayerShipRemoveParcel().
- (NSArray *) parcelList |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (int) parcelReputation |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
- (NSDictionary *) passengerContractMarker: | (OOSystemID) | system |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
Referenced by PlayerShipRemovePassenger().
- (NSArray *) passengerList |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (int) passengerReputation |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) penaltyForUnauthorizedDocking |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(Scripting).
Definition at line 185 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(Scripting).
Definition at line 158 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
- (void) performDockingRequest: | (StationEntity *) | stationForDocking |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(Scripting).
Definition at line 141 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
- (NSNumber *) planet_number |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
- (void) playAegisCloseToPlanet |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playAegisCloseToStation |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playAlertConditionRed |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playAutopilotCannotDockWithTarget |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playAutopilotOff |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playAutopilotOn |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playAutopilotOutOfRange |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playBuyCommodity |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playBuyShip |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playCantBuyCommodity |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playCantBuyShip |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playCantSellCommodity |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playCargoJettisioned |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playChangedOption |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playCloakingDeviceInsufficientEnergy |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playCloakingDeviceOff |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playCloakingDeviceOn |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playDirectHit: | (Vector) | attackVector | |
weaponIdentifier: | (NSString *) | weaponIdentifier |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playDismissedMissionScreen |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playDismissedReportScreen |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playDockingDenied |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playDockWithStation |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playEnergyLow |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playEscapePodScooped |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playExitWitchspace |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playFiredECMSound |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playFuelLeak |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playGalacticHyperspace |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
Referenced by PlayerShipBeginGalacticHyperspaceCountdown().
- (void) playGameOver |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playHitByECMSound |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playHoldFull |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playHostileWarning |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playHyperspaceAborted |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playHyperspaceBlocked |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playHyperspaceDistanceTooGreat |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playHyperspaceNoFuel |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playHyperspaceNoTarget |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playIdentLockedOn |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playIdentOff |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playIdentOn |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playIncomingMissile: | (Vector) | missileVector |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
|
implementation |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playJumpMassLocked |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playLaserHit: | (BOOL) | hit | |
offset: | (Vector) | weaponOffset | |
weaponIdentifier: | (NSString *) | weaponIdentifier |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playLaunchFromStation |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playLegacyScriptSound: | (NSString *) | key |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playMenuNavigationDown |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playMenuNavigationNot |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playMenuNavigationUp |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playMenuPageNext |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playMenuPagePrevious |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playMineArmed |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playMineLaunched: | (Vector) | weaponOffset | |
weaponIdentifier: | (NSString *) | weaponIdentifier |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playMissileArmed |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playMissileLaunched: | (Vector) | weaponOffset | |
weaponIdentifier: | (NSString *) | weaponIdentifier |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playMissileLockedOn |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playMissileSafe |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playNextEquipmentSelected |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playNextMissileSelected |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playNoTargetInMemory |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playSaveOverwriteNo |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playSaveOverwriteYes |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playScrapeDamage: | (Vector) | attackVector |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playSellCommodity |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playShieldHit: | (Vector) | attackVector | |
weaponIdentifier: | (NSString *) | weaponIdentifier |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playSound: | (NSString *) | soundName |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) playStandardHyperspace |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playTargetLost |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playTargetSwitched |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playWeaponOverheated: | (Vector) | weaponOffset |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playWeaponsOffline |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playWeaponsOnline |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playWitchjumpBlocked |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playWitchjumpDistanceTooGreat |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playWitchjumpFailure |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playWitchjumpInsufficientFuel |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) playWitchjumpMisjump |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 167 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 4758 of file PlayerEntityControls.m.
- (void) pollControls: | (double) | delta_t |
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 167 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 4758 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 4758 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 167 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 167 of file PlayerEntityControls.m.
Referenced by PlayerEntity(OOControlsPrivate)::handleAutopilotOn:.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 167 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 167 of file PlayerEntityControls.m.
Referenced by PlayerEntity(OOControlsPrivate)::handleAutopilotOn:.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 167 of file PlayerEntityControls.m.
Referenced by PlayerEntity(OOControlsPrivate)::handleAutopilotOn:.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 167 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 167 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 4758 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 167 of file PlayerEntityControls.m.
Referenced by PlayerEntity(OOControlsPrivate)::handleAutopilotOn:.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
- (void) previousInfoSystem |
Definition at line 13699 of file PlayerEntity.m.
- (OOSystemID) previousSystemID |
Definition at line 13699 of file PlayerEntity.m.
- (OOCreditsQuantity) priceForShipKey: | (NSString *) | key |
Provided by category PlayerEntity(Contracts).
Definition at line 1443 of file PlayerEntityContracts.m.
- (NSUInteger) primedEquipmentCount |
Definition at line 13699 of file PlayerEntity.m.
- (NSString *) primedEquipmentName: | (NSInteger) | offset |
Definition at line 13699 of file PlayerEntity.m.
- (void) printIdentLockedOnForMissile: | (BOOL) | missile |
Definition at line 9211 of file PlayerEntity.m.
- (NSString *) processEscapePods |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
- (NSArray *) processKeyCode: | (NSArray*) | key_def |
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
- (BOOL) processSceneDictionary: | (NSDictionary *) | couplet | |
atOffset: | (Vector) | off |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (BOOL) processSceneString: | (NSString*) | item | |
atOffset: | (Vector) | off |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSNumber *) pseudoFixedD100_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSNumber *) pseudoFixedD256_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) quicksavePlayer |
Provided by category PlayerEntity(LoadSave).
Definition at line 1412 of file PlayerEntityLoadSave.m.
- (int) random_factor |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(Scripting).
Definition at line 260 of file PlayerEntityLegacyScriptEngine.m.
- (void) refreshMissionScreenTextEntry |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) removeAllCargo |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by PlayerShipRemoveAllCargo().
- (void) removeAllCargo: | (BOOL) | forceRemoval |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (BOOL) removeContract: | (NSString*) | commodity | |
destination: | (unsigned) | destination |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
Referenced by PlayerShipRemoveContract().
- (void) removeEqScriptForKey: | (NSString *) | eq_key |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) removeEquipment: | (NSString *) | equipString |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
- (BOOL) removeFromPylon: | (NSUInteger) | pylon |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(StickMapperInternal).
Definition at line 1 of file PlayerEntityStickMapper.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
Referenced by ShipAwardEquipment().
- (void) removeMissionDestination: | (NSString *) | destinations |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (BOOL) removeMissionDestinationMarker: | (NSDictionary *) | marker |
Definition at line 9211 of file PlayerEntity.m.
- (BOOL) removeParcel: | (NSString*) | Name |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
Referenced by PlayerShipRemoveParcel().
- (BOOL) removePassenger: | (NSString*) | Name |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
Referenced by PlayerShipRemovePassenger().
- (void) removeTrumble: | (OOTrumble *) | deadTrumble |
Definition at line 9211 of file PlayerEntity.m.
- (double) renovationCosts |
Definition at line 9211 of file PlayerEntity.m.
- (double) renovationFactor |
Definition at line 9211 of file PlayerEntity.m.
- (BOOL) replaceShipWithNamedShip: | (NSString *) | shipName |
Provided by category PlayerEntity(Contracts).
Definition at line 1443 of file PlayerEntityContracts.m.
Referenced by PlayerReplaceShip().
- (NSString *) replaceVariablesInString: | (NSString*) | args |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
- (void) requestDockingClearance: | (StationEntity *) | stationForDocking |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipRequestDockingClearance().
- (void) reset: | (NSString *) | missionvariable |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) resetAutopilotAI |
Definition at line 13699 of file PlayerEntity.m.
- (void) resetCustomView |
Definition at line 9211 of file PlayerEntity.m.
Referenced by PlayerShipResetCustomView().
- (void) resetHud |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
- (void) resetKeyFunctions |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) resetMissionChoice |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) resetScannerZoom |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
Referenced by PlayerShipResetScannerZoom().
- (void) resetScriptTimer |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) resetStickFunctions |
Provided by category PlayerEntity(StickMapperInternal).
Definition at line 1 of file PlayerEntityStickMapper.m.
- (NSMutableArray *) roleWeights |
- (void) rotateCargo |
Definition at line 13699 of file PlayerEntity.m.
- (void) runScriptActions: | (NSArray *) | sanitizedActions | |
withContextName: | (NSString *) | contextName | |
forTarget: | (ShipEntity *) | target |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
- (void) runUnsanitizedScriptActions: | (NSArray *) | unsanitizedActions | |
allowingAIMethods: | (BOOL) | allowAIMethods | |
withContextName: | (NSString *) | contextName | |
forTarget: | (ShipEntity *) | target |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
Referenced by ShipRunLegacyScriptActions().
- (void) safeAllMissiles |
Definition at line 13699 of file PlayerEntity.m.
Referenced by StationDockPlayer().
- (void) saveCommanderInputHandler |
Provided by category PlayerEntity(LoadSave).
Definition at line 1412 of file PlayerEntityLoadSave.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) savePlayer |
Provided by category PlayerEntity(LoadSave).
Definition at line 1412 of file PlayerEntityLoadSave.m.
|
implementation |
Provided by category PlayerEntity(OOLoadSavePrivate).
Definition at line 1412 of file PlayerEntityLoadSave.m.
- (NSArray *) scannedWormholes |
- (double) scannerFuzziness |
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) scoopOverride |
- (unsigned) score |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (NSNumber *) score_number |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
- (NSString *) screenModeStringForWidth: | (unsigned) | inWidth | |
height: | (unsigned) | inHeight | |
refreshRate: | (float) | inRate |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(ScriptingPrivate).
- (BOOL) scriptsLoaded |
Definition at line 9211 of file PlayerEntity.m.
- (ShipEntity *) scriptTarget |
Provided by category PlayerEntity(Scripting).
Definition at line 233 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Provided by category PlayerEntity(ScriptingPrivate).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
- (BOOL) scriptTestConditions: | (NSArray *) | array |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
- (OOTimeDelta) scriptTimer |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (NSNumber *) scriptTimer_number |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) selectNextMissile |
Definition at line 13699 of file PlayerEntity.m.
- (void) selectNextMultiFunctionDisplay |
Definition at line 13699 of file PlayerEntity.m.
- (void) selectPreviousMultiFunctionDisplay |
Definition at line 13699 of file PlayerEntity.m.
- (void) sendAllShipsAway |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by SystemSendAllShipsAway().
|
implementation |
Reimplemented from Entity.
Definition at line 13699 of file PlayerEntity.m.
- (void) set: | (NSString *) | missionvariable_value |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) setActiveMissile: | (NSUInteger) | value |
Definition at line 13699 of file PlayerEntity.m.
- (void) setAftShieldLevel: | (GLfloat) | level |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
- (void) setAftShieldRechargeRate: | (float) | new |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
- (void) setAlertFlag: | (int) | flag | |
to: | (BOOL) | value |
Definition at line 13699 of file PlayerEntity.m.
- (void) setBackgroundFromDescriptionsKey: | (NSString*) | d_key |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerSetProperty().
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (OOCargoQuantity) setCargoQuantityForType: | (OOCommodityType) | type | |
amount: | (OOCargoQuantity) | amount |
Definition at line 9211 of file PlayerEntity.m.
Referenced by ManifestSetProperty().
- (BOOL) setCommanderDataFromDictionary: | (NSDictionary *) | dict |
Definition at line 13699 of file PlayerEntity.m.
- (void) setCommanderName: | (NSString *) | value |
Definition at line 9211 of file PlayerEntity.m.
Referenced by PlayerSetProperty().
- (void) setCompassMode: | (OOCompassMode) | value |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
- (void) setCompassTarget: | (Entity *) | value |
Definition at line 13699 of file PlayerEntity.m.
- (void) setCreditBalance: | (double) | value |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
Referenced by PlayerSetProperty().
- (void) setCustomChartCentre: | (NSPoint) | coords |
Definition at line 13699 of file PlayerEntity.m.
Referenced by MissionRunScreen().
- (void) setCustomChartZoom: | (OOScalar) | zoom |
Definition at line 13699 of file PlayerEntity.m.
Referenced by MissionRunScreen().
- (void) setCustomViewData |
Definition at line 9211 of file PlayerEntity.m.
- (void) setCustomViewDataFromDictionary: | (NSDictionary*) | viewDict | |
withScaling: | (BOOL) | withScaling |
Definition at line 9211 of file PlayerEntity.m.
Referenced by PlayerShipSetCustomView().
- (void) setCustomViewOffset: | (Vector) | offset |
Definition at line 9211 of file PlayerEntity.m.
- (void) setCustomViewQuaternion: | (Quaternion) | q1 |
Definition at line 9211 of file PlayerEntity.m.
- (void) setCustomViewRotationCenter: | (Vector) | center |
Definition at line 9211 of file PlayerEntity.m.
- (void) setDefaultCustomViews |
Definition at line 9211 of file PlayerEntity.m.
- (void) setDefaultViewOffsets |
Definition at line 9211 of file PlayerEntity.m.
- (void) setDialCustom: | (id) | value | |
forKey: | (NSString *) | key |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetCustomHUDDial().
- (void) setDialIdentEngaged: | (BOOL) | newValue |
Definition at line 13699 of file PlayerEntity.m.
- (void) setDockedAtMainStation |
Definition at line 13699 of file PlayerEntity.m.
- (void) setDockedStation: | (StationEntity *) | station |
Definition at line 13699 of file PlayerEntity.m.
- (void) setDockingClearanceStatus: | (OODockingClearanceStatus) | newValue |
Definition at line 9211 of file PlayerEntity.m.
Referenced by StationDockPlayer().
- (void) setDockTarget: | (ShipEntity *) | entity |
Definition at line 9211 of file PlayerEntity.m.
Referenced by PlayerSetEscapePodDestination().
- (void) setEquipScreenBackgroundDescriptor: | (NSDictionary *) | descriptor |
Definition at line 9211 of file PlayerEntity.m.
- (void) setEscapePodRescueTime: | (double) | seconds |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerSetProperty().
|
implementation |
Provided by category PlayerEntity(OOPrivate).
- (BOOL) setExtraGuiScreenKeys: | (OOGUIScreenID) | gui | |
definition: | (OOJSGuiScreenKeyDefinition *) | definition |
create the dictionary, if it doesn't already exist
Definition at line 9211 of file PlayerEntity.m.
Referenced by GlobalSetExtraGuiScreenKeys().
- (void) setExtraMissionKeys: | (NSDictionary *) | keys |
Definition at line 9211 of file PlayerEntity.m.
Referenced by MissionRunScreen().
- (void) setFastEquipmentA: | (NSString *) | eqKey |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
- (void) setFastEquipmentB: | (NSString *) | eqKey |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
- (void) setForwardShieldLevel: | (GLfloat) | level |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
- (void) setForwardShieldRechargeRate: | (float) | new |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
|
implementation |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
- (void) setFuelLeak: | (NSString *) | value |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) setFuelLeakRate: | (float) | value |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
- (void) setGalacticHyperspaceBehaviour: | (OOGalacticHyperspaceBehaviour) | galacticHyperspaceBehaviour |
Definition at line 9211 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
- (void) setGalacticHyperspaceBehaviourTo: | (NSString *) | galacticHyperspaceBehaviourString |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) setGalacticHyperspaceFixedCoords: | (NSPoint) | point |
Definition at line 9211 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
- (void) setGalacticHyperspaceFixedCoordsTo: | (NSString *) | galacticHyperspaceFixedCoordsString |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) setGalacticHyperspaceFixedCoordsX: | (unsigned char) | x | |
y: | (unsigned char) | y |
Definition at line 9211 of file PlayerEntity.m.
- (void) setGalaxyCoordinates: | (NSPoint) | newPosition |
Definition at line 13699 of file PlayerEntity.m.
- (void) setGuiToChartScreenFrom: | (OOGUIScreenID) | oldScreen |
Definition at line 13699 of file PlayerEntity.m.
- (void) setGuiToConfirmClearScreen |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) setGuiToDockingReportScreen |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) setGuiToEquipShipScreen: | (int) | skip |
Definition at line 9211 of file PlayerEntity.m.
Referenced by activateSelectedInterface.
- (void) setGuiToEquipShipScreen: | (int) | skip | |
selectingFacingFor: | (NSString *) | eqKeyForSelectFacing |
Definition at line 9211 of file PlayerEntity.m.
- (void) setGuiToGameOptionsScreen |
Definition at line 8826 of file PlayerEntity.m.
- (void) setGuiToInterfacesScreen: | (int) | skip |
Definition at line 9211 of file PlayerEntity.m.
- (void) setGuiToKeyboardLayoutScreen: | (unsigned) | skip |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) setGuiToKeyboardLayoutScreen: | (unsigned) | skip | |
resetCurrentRow: | (BOOL) | resetCurrentRow |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) setGuiToKeyConfigEntryScreen |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) setGuiToKeyConfigScreen |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) setGuiToKeyConfigScreen: | (BOOL) | resetSelectedRow |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) setGuiToKeyMapperScreen: | (unsigned) | skip |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) setGuiToKeyMapperScreen: | (unsigned) | skip | |
resetCurrentRow: | (BOOL) | resetCurrentRow |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
|
implementation |
Provided by category PlayerEntity(OOLoadSavePrivate).
Definition at line 1412 of file PlayerEntityLoadSave.m.
- (void) setGuiToLoadSaveScreen |
Definition at line 8826 of file PlayerEntity.m.
- (void) setGuiToLongRangeChartScreen |
Definition at line 13699 of file PlayerEntity.m.
- (void) setGuiToManifestScreen |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) setGuiToMarketInfoScreen |
Definition at line 9211 of file PlayerEntity.m.
- (void) setGuiToMarketScreen |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 4758 of file PlayerEntityControls.m.
- (void) setGuiToMissionScreen |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) setGuiToMissionScreenWithCallback: | (BOOL) | callback |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by MissionRunScreen().
|
implementation |
Provided by category PlayerEntity(OOLoadSavePrivate).
Definition at line 1412 of file PlayerEntityLoadSave.m.
- (void) setGuiToOXZManager |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOLoadSavePrivate).
Definition at line 1412 of file PlayerEntityLoadSave.m.
- (void) setGuiToScenarioScreen: | (int) | page |
Provided by category PlayerEntity(LoadSave).
Definition at line 1412 of file PlayerEntityLoadSave.m.
- (void) setGuiToShipyardScreen: | (NSUInteger) | skip |
Provided by category PlayerEntity(Contracts).
Definition at line 1443 of file PlayerEntityContracts.m.
- (void) setGuiToShortRangeChartScreen |
Definition at line 13699 of file PlayerEntity.m.
- (void) setGuiToStatusScreen |
Definition at line 13699 of file PlayerEntity.m.
- (void) setGuiToStickMapperScreen: | (unsigned) | skip |
Provided by category PlayerEntity(StickMapper).
Definition at line 1 of file PlayerEntityStickMapper.m.
- (void) setGuiToStickMapperScreen: | (unsigned) | skip | |
resetCurrentRow: | (BOOL) | resetCurrentRow |
Provided by category PlayerEntity(StickMapper).
Definition at line 1 of file PlayerEntityStickMapper.m.
- (void) setGuiToStickProfileScreen: | (GuiDisplayGen *) | gui |
Provided by category PlayerEntity(StickProfile).
Definition at line 43 of file PlayerEntityStickProfile.m.
- (void) setGuiToSystemDataScreen |
Definition at line 13699 of file PlayerEntity.m.
- (void) setGuiToSystemDataScreenRefreshBackground: | (BOOL) | refreshBackground |
Definition at line 13699 of file PlayerEntity.m.
- (void) setInfoSystemID: | (OOSystemID) | sid | |
moveChart: | (BOOL) | moveChart |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
- (void) setJSSelf: | (JSObject *) | val | |
context: | (JSContext *) | context |
Provided by category PlayerEntity(OOJavaScriptExtensions).
Definition at line 1860 of file OOJSPlayerShip.m.
Referenced by InitOOJSPlayerShip().
- (void) setJumpCause: | (NSString *) | value |
Definition at line 9211 of file PlayerEntity.m.
- (void) setJumpType: | (BOOL) | isGalacticJump |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipBeginGalacticHyperspaceCountdown(), and PlayerShipCancelHyperspaceCountdown().
- (void) setLastsaveName: | (NSString *) | value |
Definition at line 9211 of file PlayerEntity.m.
- (void) setLastShot: | (NSArray *) | shot |
Definition at line 9211 of file PlayerEntity.m.
- (void) setLegalStatus: | (NSString *) | valueString |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) setLocalVariable: | (NSString *) | value | |
forKey: | (NSString *) | variableName | |
andMission: | (NSString *) | missionKey |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
- (void) setLongRangeChartMode: | (OOLongRangeChartMode) | mode |
Definition at line 9211 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
- (void) setManifestScreenRow: | (id) | object | |
inColor: | (OOColor*) | color | |
forRow: | (OOGUIRow) | row | |
ofRows: | (OOGUIRow) | max_rows | |
andOffset: | (OOGUIRow) | offset | |
inMultipage: | (BOOL) | multi |
Provided by category PlayerEntity(Contracts).
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) setMassLockable: | (BOOL) | newValue |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
- (void) setMaxAftShieldLevel: | (float) | new |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (void) setMaxForwardShieldLevel: | (float) | new |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
|
implementation |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) setMissionBackgroundDescriptor: | (NSDictionary *) | descriptor |
Definition at line 9211 of file PlayerEntity.m.
Referenced by MissionRunScreen().
- (void) setMissionBackgroundSpecial: | (NSString *) | special |
Definition at line 9211 of file PlayerEntity.m.
Referenced by MissionRunScreen().
- (void) setMissionChoice: | (NSString *) | newChoice |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (void) setMissionChoice: | (NSString *) | newChoice | |
keyPress: | (NSString *) | keyPress |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (void) setMissionChoice: | (NSString *) | newChoice | |
keyPress: | (NSString *) | keyPress | |
withEvent: | (BOOL) | withEvent |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
Referenced by MissionRunCallback().
- (void) setMissionChoice: | (NSString *) | newChoice | |
withEvent: | (BOOL) | withEvent |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (void) setMissionChoiceByTextEntry: | (BOOL) | enable |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by MissionRunScreen().
- (void) setMissionChoices: | (NSString *) | choicesKey |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by MissionRunScreen().
- (void) setMissionChoicesDictionary: | (NSDictionary *) | choicesDict |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by MissionRunScreen().
- (void) setMissionDescription: | (NSString *) | textKey |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
- (void) setMissionDescription: | (NSString *) | textKey | |
forMission: | (NSString *) | key |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
Referenced by MissionSetInstructionsInternal().
- (void) setMissionExitScreen: | (OOGUIScreenID) | screen |
Definition at line 9211 of file PlayerEntity.m.
Referenced by MissionRunScreen(), and MissionSetProperty().
|
implementation |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) setMissionInstructions: | (NSString *) | text | |
forMission: | (NSString *) | key |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
Referenced by MissionSetInstructionsInternal().
- (void) setMissionInstructionsList: | (NSArray *) | list | |
forMission: | (NSString *) | key |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
Referenced by MissionSetInstructionsInternal().
- (void) setMissionMusic: | (NSString *) | value |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by MissionRunScreen().
- (void) setMissionOverlayDescriptor: | (NSDictionary *) | descriptor |
Definition at line 9211 of file PlayerEntity.m.
Referenced by MissionRunScreen().
- (void) setMissionScreenID: | (NSString *) | msid |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by MissionRunScreen().
- (void) setMissionTitle: | (NSString *) | value |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by MissionRunScreen().
- (void) setMissionVariable: | (NSString *) | value | |
forKey: | (NSString *) | key |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
Referenced by MissionVariablesDeleteProperty(), and MissionVariablesSetProperty().
- (BOOL) setMultiFunctionDisplay: | (NSUInteger) | index | |
toKey: | (NSString *) | key |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetMultiFunctionDisplay().
- (void) setMultiFunctionText: | (NSString *) | text | |
forKey: | (NSString *) | key |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetMultiFunctionText().
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (void) setNextCompassMode |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
|
implementation |
Reimplemented from Entity.
Definition at line 13699 of file PlayerEntity.m.
- (void) setOcclusionLevel: | (float) | level |
Definition at line 13699 of file PlayerEntity.m.
- (void) setPlanetinfo: | (NSString *) | key_valueString |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) setPrevCompassMode |
Definition at line 13699 of file PlayerEntity.m.
- (void) setPreviousSystemID: | (OOSystemID) | sid |
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) setPrimedEquipment: | (NSString *) | eqKey | |
showMessage: | (BOOL) | showMsg |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
- (void) setRandom_factor: | (int) | rf |
Definition at line 13699 of file PlayerEntity.m.
- (void) setScoopOverride: | (BOOL) | newValue |
Definition at line 9211 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
- (void) setScoopsActive |
Definition at line 9211 of file PlayerEntity.m.
- (void) setScore: | (unsigned) | value |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
Referenced by PlayerSetProperty().
- (void) setScriptTarget: | (ShipEntity *) | ship |
Provided by category PlayerEntity(Scripting).
Definition at line 233 of file PlayerEntityLegacyScriptEngine.m.
Referenced by OOPlayerForScripting(), and ShipRunLegacyScriptActions().
- (void) setShowDemoShips: | (BOOL) | value |
Definition at line 13699 of file PlayerEntity.m.
- (void) setSpecificPlanetInfo: | (NSString *) | key_valueString |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) setSunNovaIn: | (NSString *) | time_value |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) setSystemID: | (OOSystemID) | sid |
Definition at line 13699 of file PlayerEntity.m.
- (void) setTargetDockStationTo: | (StationEntity *) | value |
Definition at line 13699 of file PlayerEntity.m.
- (void) setTargetSystemID: | (OOSystemID) | sid |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerSetEscapePodDestination(), and PlayerShipSetProperty().
- (void) setTrumbleAppetiteAccumulator: | (float) | value |
Definition at line 9211 of file PlayerEntity.m.
- (void) setTrumbleValueFrom: | (NSObject *) | trumbleValue |
Definition at line 9211 of file PlayerEntity.m.
- (BOOL) setUpAndConfirmOK: | (BOOL) | stopOnError |
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) setUpAndConfirmOK: | (BOOL) | stopOnError | |
saveGame: | (BOOL) | loadingGame |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (void) setUpSound |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) setupStartScreenGui |
Definition at line 9211 of file PlayerEntity.m.
- (void) setUpTrumbles |
Definition at line 9211 of file PlayerEntity.m.
- (void) setUpWeaponSounds |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (BOOL) setWeaponMount: | (OOWeaponFacing) | chosen_weapon_facing | |
toWeapon: | (NSString *) | eqKey |
Reimplemented from ShipEntity.
Definition at line 9211 of file PlayerEntity.m.
- (BOOL) setWeaponMount: | (OOWeaponFacing) | facing | |
toWeapon: | (NSString *) | eqKey | |
inContext: | (NSString *) | context |
Definition at line 9211 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty(), and ShipSetProperty().
- (void) setWeaponsOnline: | (BOOL) | newValue |
Definition at line 13699 of file PlayerEntity.m.
- (void) setWitchspaceCountdown: | (int) | spin_time |
Definition at line 9211 of file PlayerEntity.m.
Referenced by PlayerShipBeginGalacticHyperspaceCountdown().
- (void) setWormhole: | (WormholeEntity *) | newWormhole |
Definition at line 13699 of file PlayerEntity.m.
+ (PlayerEntity *) sharedPlayer |
Definition at line 13699 of file PlayerEntity.m.
Referenced by InitOOJSPlayerShip().
- (OOCommodityMarket *) shipCommodityData |
- (NSNumber *) shipsFound_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSMutableDictionary *) shipyardRecord |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOLoadSavePrivate).
Definition at line 1003 of file PlayerEntityLoadSave.m.
- (BOOL) showDemoShips |
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) showInfoFlag |
Definition at line 9211 of file PlayerEntity.m.
- (void) showInformationForSelectedInterface |
Definition at line 9211 of file PlayerEntity.m.
- (void) showInformationForSelectedUpgrade |
Definition at line 9211 of file PlayerEntity.m.
Referenced by activateSelectedInterface.
- (void) showInformationForSelectedUpgradeWithFormatString: | (NSString *) | extraString |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 9211 of file PlayerEntity.m.
- (void) showScenarioDetails |
Provided by category PlayerEntity(LoadSave).
Definition at line 1412 of file PlayerEntityLoadSave.m.
- (void) showShipModel: | (NSString *) | shipKey |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) showShipModelWithKey: | (NSString *) | shipKey | |
shipData: | (NSDictionary *) | shipData | |
personality: | (uint16_t) | personality | |
factorX: | (GLfloat) | factorX | |
factorY: | (GLfloat) | factorY | |
factorZ: | (GLfloat) | factorZ | |
inContext: | (NSString *) | context |
Definition at line 13699 of file PlayerEntity.m.
- (void) showShipyardInfoForSelection |
Provided by category PlayerEntity(Contracts).
Definition at line 1443 of file PlayerEntityContracts.m.
- (void) showShipyardModel: | (NSString *) | shipKey | |
shipData: | (NSDictionary *) | shipDict | |
personality: | (uint16_t) | personality |
Provided by category PlayerEntity(Contracts).
Definition at line 1443 of file PlayerEntityContracts.m.
- (void) showTradeInInformationFooter |
Provided by category PlayerEntity(Contracts).
Definition at line 1443 of file PlayerEntityContracts.m.
|
implementation |
Definition at line 8826 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOLoadSavePrivate).
Definition at line 1003 of file PlayerEntityLoadSave.m.
- (void) spawnShip: | (NSString *) | ship_key |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSString *) specialCargo |
- (void) startAfterburnerSound |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (BOOL) startScenario |
Provided by category PlayerEntity(LoadSave).
Definition at line 1412 of file PlayerEntityLoadSave.m.
- (void) startUpComplete |
Definition at line 13699 of file PlayerEntity.m.
- (NSString *) status_string |
Provided by category PlayerEntity(Scripting).
Definition at line 278 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Provided by category PlayerEntity(StickMapperInternal).
Definition at line 1 of file PlayerEntityStickMapper.m.
- (void) stickMapperInputHandler: | (GuiDisplayGen *) | gui | |
view: | (MyOpenGLView *) | gameView |
Provided by category PlayerEntity(StickMapper).
Definition at line 1 of file PlayerEntityStickMapper.m.
- (void) stickProfileGraphAxisProfile: | (GLfloat) | alpha | |
screenAt: | (Vector) | screenAt | |
screenSize: | (NSSize) | screenSize |
Provided by category PlayerEntity(StickProfile).
Definition at line 43 of file PlayerEntityStickProfile.m.
- (void) stickProfileInputHandler: | (GuiDisplayGen *) | gui | |
view: | (MyOpenGLView *) | gameView |
Provided by category PlayerEntity(StickProfile).
Definition at line 43 of file PlayerEntityStickProfile.m.
- (void) stopAfterburnerSound |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) subtract: | (NSString *) | missionVariableString_value |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSString *) sunGoneNova_bool |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSString *) sunWillGoNova_bool |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Definition at line 9211 of file PlayerEntity.m.
- (void) suppressTargetLost |
Reimplemented from ShipEntity.
- (BOOL) switchHudTo: | (NSString *) | hudFileName |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
- (void) switchToMainView |
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 4758 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 4758 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(OOControlsPrivate).
Definition at line 4758 of file PlayerEntityControls.m.
- (NSNumber *) systemEconomy_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSString *) systemEconomy_string |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSNumber *) systemGovernment_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSString *) systemGovernment_string |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (OOSystemID) systemID |
Definition at line 13699 of file PlayerEntity.m.
- (NSNumber *) systemPopulation_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (NSNumber *) systemProductivity_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (unsigned) systemPseudoRandom100 |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (unsigned) systemPseudoRandom256 |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (double) systemPseudoRandomFloat |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (NSNumber *) systemTechLevel_number |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) takeInternalDamage |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipTakeInternalDamage().
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (void) targetInfoSystem |
Definition at line 13699 of file PlayerEntity.m.
- (NSMutableArray *) targetMemory |
Definition at line 9211 of file PlayerEntity.m.
- (void) targetNearestHostile |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) targetNearestIncomingMissile |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
- (void) targetNewSystem: | (int) | direction |
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
|
implementation |
Provided by category PlayerEntity(Controls).
Definition at line 167 of file PlayerEntityControls.m.
- (OOSystemID) targetSystemID |
Definition at line 13699 of file PlayerEntity.m.
- (void) testForEquipment: | (NSString *) | equipString |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
|
implementation |
Provided by category PlayerEntity(Scripting).
Definition at line 233 of file PlayerEntityLegacyScriptEngine.m.
- (void) tidyMissilePylons |
Definition at line 13699 of file PlayerEntity.m.
- (int) tradeInFactor |
Definition at line 9211 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
|
implementation |
Provided by category PlayerEntity(ContractsPrivate).
Definition at line 1443 of file PlayerEntityContracts.m.
- (float) trumbleAppetiteAccumulator |
Definition at line 9211 of file PlayerEntity.m.
- (OOTrumble **) trumbleArray |
Definition at line 9211 of file PlayerEntity.m.
- (NSUInteger) trumbleCount |
- (id) trumbleValue |
Definition at line 9211 of file PlayerEntity.m.
- (BOOL) tryBuyingCommodity: | (OOCommodityType) | type | |
all: | (BOOL) | all |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 9211 of file PlayerEntity.m.
- (BOOL) trySellingCommodity: | (OOCommodityType) | type | |
all: | (BOOL) | all |
Definition at line 9211 of file PlayerEntity.m.
- (void) unloadAllCargoPodsForType: | (OOCommodityType) | type | |
toManifest: | (OOCommodityMarket *) | manifest |
Definition at line 13699 of file PlayerEntity.m.
- (void) unloadCargoPods |
Definition at line 13699 of file PlayerEntity.m.
- (void) unloadCargoPodsForType: | (OOCommodityType) | type | |
amount: | (OOCargoQuantity) | quantity |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
- (void) updateFuelScoopSoundWithInterval: | (OOTimeDelta) | delta_t |
Provided by category PlayerEntity(Sound).
Definition at line 69 of file PlayerEntitySound.m.
- (void) updateFunction: | (NSDictionary *) | hwDict |
Provided by category PlayerEntity(StickMapper).
Definition at line 1 of file PlayerEntityStickMapper.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) updateSystemMemory |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 9211 of file PlayerEntity.m.
- (void) useSpecialCargo: | (NSString *) | descriptionString |
Provided by category PlayerEntity(Scripting).
Definition at line 955 of file PlayerEntityLegacyScriptEngine.m.
Referenced by PlayerShipUseSpecialCargo().
|
implementation |
Provided by category PlayerEntity(KeyMapperInternal).
Definition at line 44 of file PlayerEntityKeyMapper.m.
- (void) validateCompassTarget |
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipSetProperty().
- (void) validateCustomEquipActivationArray |
Definition at line 9211 of file PlayerEntity.m.
- (NSDictionary *) validatedMarker: | (NSDictionary *) | marker |
Provided by category PlayerEntity(ScriptMethods).
Definition at line 623 of file PlayerEntityScriptMethods.m.
- (NSString *) validateKey: | (NSString*) | key | |
checkKeys: | (NSArray*) | check_keys |
Provided by category PlayerEntity(KeyMapper).
Definition at line 44 of file PlayerEntityKeyMapper.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
- (Vector) viewpointOffset |
Definition at line 13699 of file PlayerEntity.m.
- (Vector) viewpointOffsetAft |
Definition at line 13699 of file PlayerEntity.m.
- (Vector) viewpointOffsetForward |
Definition at line 13699 of file PlayerEntity.m.
- (Vector) viewpointOffsetPort |
Definition at line 13699 of file PlayerEntity.m.
- (Vector) viewpointOffsetStarboard |
Definition at line 13699 of file PlayerEntity.m.
- (HPVector) viewpointPosition |
Definition at line 13699 of file PlayerEntity.m.
- (void) warnAboutHostiles |
Reimplemented from Entity.
Definition at line 13699 of file PlayerEntity.m.
- (OOWeaponType) weaponForFacing: | (OOWeaponFacing) | facing |
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) weaponsOnline |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 13699 of file PlayerEntity.m.
Referenced by PlayerShipGetProperty().
- (Vector) weaponViewOffset |
Definition at line 9211 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
- (BOOL) witchJumpChecklist: | (BOOL) | isGalacticJump |
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
|
implementation |
Provided by category PlayerEntity(OOPrivate).
Definition at line 13699 of file PlayerEntity.m.
- (NSArray *) worldScriptNames |
Definition at line 9211 of file PlayerEntity.m.
- (NSDictionary *) worldScriptsByName |
Definition at line 9211 of file PlayerEntity.m.
Referenced by WorldScriptsGetProperty().
- (WormholeEntity *) wormhole |
|
implementation |
Provided by category PlayerEntity(OOLoadSavePrivate).
Definition at line 1412 of file PlayerEntityLoadSave.m.
|
private |
Definition at line 517 of file PlayerEntity.h.
|
private |
Definition at line 801 of file PlayerEntity.h.
|
private |
Definition at line 800 of file PlayerEntity.h.
|
private |
Definition at line 460 of file PlayerEntity.h.
|
private |
Definition at line 527 of file PlayerEntity.h.
|
private |
Definition at line 403 of file PlayerEntity.h.
|
private |
Definition at line 493 of file PlayerEntity.h.
|
private |
Definition at line 494 of file PlayerEntity.h.
|
private |
Definition at line 514 of file PlayerEntity.h.
|
private |
Definition at line 518 of file PlayerEntity.h.
|
private |
Definition at line 390 of file PlayerEntity.h.
|
private |
Definition at line 401 of file PlayerEntity.h.
|
private |
Definition at line 402 of file PlayerEntity.h.
|
private |
Definition at line 392 of file PlayerEntity.h.
|
private |
Definition at line 400 of file PlayerEntity.h.
|
private |
Definition at line 404 of file PlayerEntity.h.
|
private |
Definition at line 391 of file PlayerEntity.h.
|
private |
Definition at line 385 of file PlayerEntity.h.
|
private |
Definition at line 389 of file PlayerEntity.h.
|
private |
Definition at line 711 of file PlayerEntity.h.
|
private |
Definition at line 716 of file PlayerEntity.h.
|
private |
Definition at line 470 of file PlayerEntity.h.
|
private |
Definition at line 491 of file PlayerEntity.h.
|
private |
Definition at line 476 of file PlayerEntity.h.
|
private |
Definition at line 477 of file PlayerEntity.h.
|
private |
Definition at line 478 of file PlayerEntity.h.
|
private |
Definition at line 746 of file PlayerEntity.h.
|
private |
Definition at line 747 of file PlayerEntity.h.
|
private |
Definition at line 710 of file PlayerEntity.h.
|
private |
Definition at line 487 of file PlayerEntity.h.
|
private |
Definition at line 486 of file PlayerEntity.h.
|
private |
Definition at line 511 of file PlayerEntity.h.
|
private |
Definition at line 744 of file PlayerEntity.h.
|
private |
Definition at line 743 of file PlayerEntity.h.
|
private |
Definition at line 450 of file PlayerEntity.h.
|
private |
Definition at line 500 of file PlayerEntity.h.
|
private |
Definition at line 499 of file PlayerEntity.h.
|
private |
Definition at line 507 of file PlayerEntity.h.
|
private |
Definition at line 480 of file PlayerEntity.h.
|
private |
Definition at line 449 of file PlayerEntity.h.
|
private |
Definition at line 396 of file PlayerEntity.h.
|
private |
Definition at line 382 of file PlayerEntity.h.
|
private |
Definition at line 533 of file PlayerEntity.h.
Referenced by PlayerShipGetProperty().
|
private |
Definition at line 534 of file PlayerEntity.h.
Referenced by PlayerShipGetProperty(), and PlayerShipSetProperty().
|
private |
Definition at line 418 of file PlayerEntity.h.
|
private |
Definition at line 417 of file PlayerEntity.h.
|
private |
Definition at line 521 of file PlayerEntity.h.
|
private |
Definition at line 496 of file PlayerEntity.h.
|
private |
Definition at line 451 of file PlayerEntity.h.
|
private |
Definition at line 498 of file PlayerEntity.h.
|
private |
Definition at line 501 of file PlayerEntity.h.
|
private |
Definition at line 508 of file PlayerEntity.h.
|
private |
Definition at line 697 of file PlayerEntity.h.
|
private |
Definition at line 471 of file PlayerEntity.h.
|
private |
Definition at line 696 of file PlayerEntity.h.
|
private |
Definition at line 698 of file PlayerEntity.h.
|
private |
Definition at line 730 of file PlayerEntity.h.
|
private |
Definition at line 729 of file PlayerEntity.h.
Referenced by HeadUpDisplay::hudRotateViewpointForVirtualDepth.
|
private |
Definition at line 728 of file PlayerEntity.h.
|
private |
Definition at line 729 of file PlayerEntity.h.
|
private |
Definition at line 727 of file PlayerEntity.h.
|
private |
Definition at line 729 of file PlayerEntity.h.
|
private |
Definition at line 729 of file PlayerEntity.h.
|
private |
Definition at line 729 of file PlayerEntity.h.
Referenced by HeadUpDisplay::hudRotateViewpointForVirtualDepth.
|
private |
Definition at line 808 of file PlayerEntity.h.
|
private |
Definition at line 803 of file PlayerEntity.h.
|
private |
Definition at line 734 of file PlayerEntity.h.
|
private |
Definition at line 757 of file PlayerEntity.h.
|
private |
Definition at line 482 of file PlayerEntity.h.
|
private |
Definition at line 398 of file PlayerEntity.h.
|
private |
Definition at line 436 of file PlayerEntity.h.
|
private |
Definition at line 703 of file PlayerEntity.h.
|
private |
Definition at line 701 of file PlayerEntity.h.
|
private |
Definition at line 814 of file PlayerEntity.h.
|
private |
Definition at line 742 of file PlayerEntity.h.
|
private |
Definition at line 489 of file PlayerEntity.h.
|
private |
Definition at line 476 of file PlayerEntity.h.
|
private |
Definition at line 477 of file PlayerEntity.h.
|
private |
Definition at line 478 of file PlayerEntity.h.
|
private |
Definition at line 710 of file PlayerEntity.h.
|
private |
Definition at line 406 of file PlayerEntity.h.
|
private |
Definition at line 377 of file PlayerEntity.h.
|
private |
Definition at line 438 of file PlayerEntity.h.
|
private |
Definition at line 439 of file PlayerEntity.h.
|
private |
Definition at line 536 of file PlayerEntity.h.
|
private |
Definition at line 755 of file PlayerEntity.h.
|
private |
Definition at line 795 of file PlayerEntity.h.
|
private |
Definition at line 796 of file PlayerEntity.h.
|
private |
Definition at line 519 of file PlayerEntity.h.
Referenced by MissionRunScreen().
|
private |
Provided by category PlayerEntity(Scripting).
Definition at line 522 of file PlayerEntity.h.
|
private |
Definition at line 741 of file PlayerEntity.h.
|
private |
Definition at line 485 of file PlayerEntity.h.
|
private |
Definition at line 467 of file PlayerEntity.h.
Referenced by PlayerShipGetProperty(), PlayerShipHideHUDSelector(), PlayerShipSetProperty(), and PlayerShipShowHUDSelector().
|
private |
Definition at line 749 of file PlayerEntity.h.
|
private |
Definition at line 751 of file PlayerEntity.h.
|
private |
Definition at line 539 of file PlayerEntity.h.
|
private |
Definition at line 753 of file PlayerEntity.h.
|
private |
Definition at line 372 of file PlayerEntity.h.
|
private |
Definition at line 783 of file PlayerEntity.h.
|
private |
Definition at line 790 of file PlayerEntity.h.
|
private |
Definition at line 769 of file PlayerEntity.h.
|
private |
Definition at line 768 of file PlayerEntity.h.
|
private |
Definition at line 770 of file PlayerEntity.h.
|
private |
Definition at line 544 of file PlayerEntity.h.
|
private |
Definition at line 543 of file PlayerEntity.h.
|
private |
Definition at line 789 of file PlayerEntity.h.
|
private |
Definition at line 792 of file PlayerEntity.h.
|
private |
Definition at line 793 of file PlayerEntity.h.
|
private |
Definition at line 791 of file PlayerEntity.h.
|
private |
Definition at line 483 of file PlayerEntity.h.
|
private |
Definition at line 440 of file PlayerEntity.h.
|
private |
Definition at line 488 of file PlayerEntity.h.
|
private |
Definition at line 809 of file PlayerEntity.h.
|
private |
Definition at line 431 of file PlayerEntity.h.
|
private |
Definition at line 775 of file PlayerEntity.h.
|
private |
Definition at line 474 of file PlayerEntity.h.
|
private |
Definition at line 529 of file PlayerEntity.h.
|
private |
Definition at line 384 of file PlayerEntity.h.
|
private |
Definition at line 798 of file PlayerEntity.h.
Referenced by PlayerShipSetProperty().
|
private |
Definition at line 530 of file PlayerEntity.h.
|
private |
Definition at line 457 of file PlayerEntity.h.
|
private |
Definition at line 455 of file PlayerEntity.h.
|
private |
Definition at line 456 of file PlayerEntity.h.
|
private |
Definition at line 458 of file PlayerEntity.h.
|
private |
Definition at line 778 of file PlayerEntity.h.
|
private |
Definition at line 477 of file PlayerEntity.h.
|
private |
Definition at line 477 of file PlayerEntity.h.
|
private |
Definition at line 410 of file PlayerEntity.h.
|
private |
Definition at line 813 of file PlayerEntity.h.
|
private |
Definition at line 526 of file PlayerEntity.h.
|
private |
Definition at line 490 of file PlayerEntity.h.
|
private |
Definition at line 383 of file PlayerEntity.h.
|
private |
Definition at line 387 of file PlayerEntity.h.
|
private |
Definition at line 422 of file PlayerEntity.h.
|
private |
Definition at line 388 of file PlayerEntity.h.
|
private |
Definition at line 386 of file PlayerEntity.h.
|
private |
Definition at line 766 of file PlayerEntity.h.
|
private |
Definition at line 469 of file PlayerEntity.h.
|
private |
Definition at line 468 of file PlayerEntity.h.
|
private |
Definition at line 586 of file PlayerEntity.h.
|
private |
Definition at line 614 of file PlayerEntity.h.
|
private |
Definition at line 615 of file PlayerEntity.h.
|
private |
Definition at line 609 of file PlayerEntity.h.
|
private |
Definition at line 608 of file PlayerEntity.h.
|
private |
Definition at line 633 of file PlayerEntity.h.
|
private |
Definition at line 642 of file PlayerEntity.h.
|
private |
Definition at line 638 of file PlayerEntity.h.
|
private |
Definition at line 653 of file PlayerEntity.h.
|
private |
Definition at line 663 of file PlayerEntity.h.
|
private |
Definition at line 657 of file PlayerEntity.h.
|
private |
Definition at line 659 of file PlayerEntity.h.
|
private |
Definition at line 661 of file PlayerEntity.h.
|
private |
Definition at line 656 of file PlayerEntity.h.
|
private |
Definition at line 658 of file PlayerEntity.h.
|
private |
Definition at line 662 of file PlayerEntity.h.
|
private |
Definition at line 664 of file PlayerEntity.h.
|
private |
Definition at line 665 of file PlayerEntity.h.
|
private |
Definition at line 660 of file PlayerEntity.h.
|
private |
Definition at line 655 of file PlayerEntity.h.
|
private |
Definition at line 654 of file PlayerEntity.h.
|
private |
Definition at line 670 of file PlayerEntity.h.
|
private |
Definition at line 671 of file PlayerEntity.h.
|
private |
Definition at line 690 of file PlayerEntity.h.
|
private |
Definition at line 688 of file PlayerEntity.h.
|
private |
Definition at line 689 of file PlayerEntity.h.
|
private |
Definition at line 687 of file PlayerEntity.h.
|
private |
Definition at line 692 of file PlayerEntity.h.
|
private |
Definition at line 691 of file PlayerEntity.h.
|
private |
Definition at line 576 of file PlayerEntity.h.
|
private |
Definition at line 667 of file PlayerEntity.h.
|
private |
Definition at line 612 of file PlayerEntity.h.
|
private |
Definition at line 605 of file PlayerEntity.h.
|
private |
Definition at line 686 of file PlayerEntity.h.
|
private |
Definition at line 685 of file PlayerEntity.h.
|
private |
Definition at line 582 of file PlayerEntity.h.
|
private |
Definition at line 588 of file PlayerEntity.h.
|
private |
Definition at line 589 of file PlayerEntity.h.
|
private |
Definition at line 579 of file PlayerEntity.h.
|
private |
Definition at line 601 of file PlayerEntity.h.
|
private |
Definition at line 570 of file PlayerEntity.h.
|
private |
Definition at line 567 of file PlayerEntity.h.
|
private |
Definition at line 568 of file PlayerEntity.h.
|
private |
Definition at line 569 of file PlayerEntity.h.
|
private |
Definition at line 563 of file PlayerEntity.h.
|
private |
Definition at line 565 of file PlayerEntity.h.
|
private |
Definition at line 572 of file PlayerEntity.h.
|
private |
Definition at line 571 of file PlayerEntity.h.
|
private |
Definition at line 560 of file PlayerEntity.h.
|
private |
Definition at line 561 of file PlayerEntity.h.
|
private |
Definition at line 559 of file PlayerEntity.h.
|
private |
Definition at line 562 of file PlayerEntity.h.
|
private |
Definition at line 573 of file PlayerEntity.h.
|
private |
Definition at line 564 of file PlayerEntity.h.
|
private |
Definition at line 636 of file PlayerEntity.h.
|
private |
Definition at line 602 of file PlayerEntity.h.
|
private |
Definition at line 594 of file PlayerEntity.h.
|
private |
Definition at line 575 of file PlayerEntity.h.
|
private |
Definition at line 616 of file PlayerEntity.h.
|
private |
Definition at line 617 of file PlayerEntity.h.
|
private |
Definition at line 577 of file PlayerEntity.h.
|
private |
Definition at line 603 of file PlayerEntity.h.
|
private |
Definition at line 599 of file PlayerEntity.h.
|
private |
Definition at line 580 of file PlayerEntity.h.
|
private |
Definition at line 558 of file PlayerEntity.h.
|
private |
Definition at line 619 of file PlayerEntity.h.
|
private |
Definition at line 618 of file PlayerEntity.h.
|
private |
Definition at line 622 of file PlayerEntity.h.
|
private |
Definition at line 620 of file PlayerEntity.h.
|
private |
Definition at line 621 of file PlayerEntity.h.
|
private |
Definition at line 623 of file PlayerEntity.h.
|
private |
Definition at line 624 of file PlayerEntity.h.
|
private |
Definition at line 647 of file PlayerEntity.h.
|
private |
Definition at line 645 of file PlayerEntity.h.
|
private |
Definition at line 643 of file PlayerEntity.h.
|
private |
Definition at line 648 of file PlayerEntity.h.
|
private |
Definition at line 646 of file PlayerEntity.h.
|
private |
Definition at line 644 of file PlayerEntity.h.
|
private |
Definition at line 587 of file PlayerEntity.h.
|
private |
Definition at line 634 of file PlayerEntity.h.
|
private |
Definition at line 635 of file PlayerEntity.h.
|
private |
Definition at line 640 of file PlayerEntity.h.
|
private |
Definition at line 581 of file PlayerEntity.h.
|
private |
Definition at line 650 of file PlayerEntity.h.
|
private |
Definition at line 677 of file PlayerEntity.h.
|
private |
Definition at line 675 of file PlayerEntity.h.
|
private |
Definition at line 676 of file PlayerEntity.h.
|
private |
Definition at line 631 of file PlayerEntity.h.
|
private |
Definition at line 549 of file PlayerEntity.h.
|
private |
Definition at line 548 of file PlayerEntity.h.
|
private |
Definition at line 639 of file PlayerEntity.h.
|
private |
Definition at line 651 of file PlayerEntity.h.
|
private |
Definition at line 584 of file PlayerEntity.h.
|
private |
Definition at line 585 of file PlayerEntity.h.
|
private |
Definition at line 546 of file PlayerEntity.h.
|
private |
Definition at line 547 of file PlayerEntity.h.
|
private |
Definition at line 606 of file PlayerEntity.h.
|
private |
Definition at line 597 of file PlayerEntity.h.
|
private |
Definition at line 596 of file PlayerEntity.h.
|
private |
Definition at line 632 of file PlayerEntity.h.
|
private |
Definition at line 611 of file PlayerEntity.h.
|
private |
Definition at line 672 of file PlayerEntity.h.
|
private |
Definition at line 673 of file PlayerEntity.h.
|
private |
Definition at line 627 of file PlayerEntity.h.
|
private |
Definition at line 626 of file PlayerEntity.h.
|
private |
Definition at line 628 of file PlayerEntity.h.
|
private |
Definition at line 629 of file PlayerEntity.h.
|
private |
Definition at line 593 of file PlayerEntity.h.
|
private |
Definition at line 591 of file PlayerEntity.h.
|
private |
Definition at line 592 of file PlayerEntity.h.
|
private |
Definition at line 554 of file PlayerEntity.h.
|
private |
Definition at line 553 of file PlayerEntity.h.
|
private |
Definition at line 555 of file PlayerEntity.h.
|
private |
Definition at line 556 of file PlayerEntity.h.
|
private |
Definition at line 668 of file PlayerEntity.h.
|
private |
Definition at line 550 of file PlayerEntity.h.
|
private |
Definition at line 551 of file PlayerEntity.h.
|
private |
Definition at line 375 of file PlayerEntity.h.
|
private |
Definition at line 415 of file PlayerEntity.h.
|
private |
Definition at line 414 of file PlayerEntity.h.
|
private |
Definition at line 412 of file PlayerEntity.h.
|
private |
Definition at line 411 of file PlayerEntity.h.
|
private |
Definition at line 473 of file PlayerEntity.h.
|
private |
Definition at line 763 of file PlayerEntity.h.
|
private |
Definition at line 442 of file PlayerEntity.h.
|
private |
Definition at line 444 of file PlayerEntity.h.
|
private |
Definition at line 452 of file PlayerEntity.h.
|
private |
Definition at line 478 of file PlayerEntity.h.
|
private |
Definition at line 710 of file PlayerEntity.h.
|
private |
Definition at line 373 of file PlayerEntity.h.
|
private |
Definition at line 492 of file PlayerEntity.h.
|
private |
Definition at line 776 of file PlayerEntity.h.
|
private |
Provided by category PlayerEntity(Contracts).
Definition at line 408 of file PlayerEntity.h.
|
private |
Definition at line 426 of file PlayerEntity.h.
|
private |
Definition at line 425 of file PlayerEntity.h.
|
private |
Definition at line 423 of file PlayerEntity.h.
Referenced by PlayerGetProperty().
|
private |
Definition at line 473 of file PlayerEntity.h.
|
private |
Definition at line 763 of file PlayerEntity.h.
|
private |
Definition at line 706 of file PlayerEntity.h.
|
private |
Definition at line 510 of file PlayerEntity.h.
|
private |
Definition at line 805 of file PlayerEntity.h.
|
private |
Definition at line 719 of file PlayerEntity.h.
|
private |
Definition at line 707 of file PlayerEntity.h.
|
private |
Definition at line 740 of file PlayerEntity.h.
|
private |
Definition at line 738 of file PlayerEntity.h.
|
private |
Definition at line 428 of file PlayerEntity.h.
|
private |
Definition at line 429 of file PlayerEntity.h.
|
private |
Definition at line 430 of file PlayerEntity.h.
|
private |
Definition at line 787 of file PlayerEntity.h.
|
private |
Definition at line 433 of file PlayerEntity.h.
|
private |
Definition at line 434 of file PlayerEntity.h.
|
private |
Definition at line 531 of file PlayerEntity.h.
|
private |
Definition at line 378 of file PlayerEntity.h.
|
private |
Definition at line 524 of file PlayerEntity.h.
|
private |
Definition at line 420 of file PlayerEntity.h.
|
private |
Definition at line 759 of file PlayerEntity.h.
|
private |
Definition at line 761 of file PlayerEntity.h.
|
private |
Definition at line 446 of file PlayerEntity.h.
|
private |
Definition at line 394 of file PlayerEntity.h.
Referenced by PlayerShipGetProperty().
|
private |
Definition at line 478 of file PlayerEntity.h.
|
private |
Definition at line 710 of file PlayerEntity.h.
|
private |
Definition at line 788 of file PlayerEntity.h.
|
private |
Definition at line 811 of file PlayerEntity.h.
|
private |
Definition at line 737 of file PlayerEntity.h.
|
private |
Definition at line 370 of file PlayerEntity.h.
|
private |
Definition at line 503 of file PlayerEntity.h.
|
private |
Definition at line 504 of file PlayerEntity.h.
|
private |
Definition at line 509 of file PlayerEntity.h.
|
private |
Definition at line 723 of file PlayerEntity.h.
|
private |
Definition at line 724 of file PlayerEntity.h.
|
private |
Definition at line 371 of file PlayerEntity.h.
|
private |
Definition at line 465 of file PlayerEntity.h.
|
private |
Definition at line 750 of file PlayerEntity.h.
|
private |
Definition at line 715 of file PlayerEntity.h.
|
private |
Definition at line 714 of file PlayerEntity.h.
|
private |
Definition at line 764 of file PlayerEntity.h.
|
private |
Definition at line 771 of file PlayerEntity.h.
|
private |
Definition at line 773 of file PlayerEntity.h.
|
private |
Definition at line 512 of file PlayerEntity.h.
|
private |
Definition at line 380 of file PlayerEntity.h.
|
private |
Provided by category PlayerEntity(Scripting).
Definition at line 381 of file PlayerEntity.h.
|
private |
Definition at line 806 of file PlayerEntity.h.
|
private |
Definition at line 473 of file PlayerEntity.h.
|
private |
Definition at line 763 of file PlayerEntity.h.