Oolite 1.91.0.7644-241112-7f5034b
|
#include <ProxyPlayerEntity.h>
Private Attributes | |
float | _fuelLeakRate |
GLfloat | _dialForwardShield |
GLfloat | _dialAftShield |
OOMissileStatus | _missileStatus |
OOFuelScoopStatus | _fuelScoopStatus |
OOCompassMode | _compassMode |
OOAlertCondition | _alertCondition |
NSUInteger | _trumbleCount |
int | _tradeInFactor |
unsigned | _massLocked: 1 |
unsigned | _atHyperspeed: 1 |
unsigned | _dialIdentEngaged: 1 |
Definition at line 32 of file ProxyPlayerEntity.h.
- (OOAlertCondition) alertCondition |
Reimplemented from ShipEntity.
Definition at line 1 of file ProxyPlayerEntity.m.
References ShipEntity::hasEquipmentItemProviding:, ShipEntity::hasScoop, ShipEntity::initWithKey:definition:, nil, setDialAftShield:, setDialForwardShield:, and setTradeInFactor:.
- (BOOL) atHyperspeed |
Definition at line 1 of file ProxyPlayerEntity.m.
- (OOCompassMode) compassMode |
Definition at line 1 of file ProxyPlayerEntity.m.
- (void) copyValuesFromPlayer: | (PlayerEntity *) | player |
Definition at line 1 of file ProxyPlayerEntity.m.
- (GLfloat) dialAftShield |
Definition at line 1 of file ProxyPlayerEntity.m.
- (GLfloat) dialForwardShield |
Definition at line 1 of file ProxyPlayerEntity.m.
- (OOFuelScoopStatus) dialFuelScoopStatus |
Definition at line 1 of file ProxyPlayerEntity.m.
- (BOOL) dialIdentEngaged |
Definition at line 1 of file ProxyPlayerEntity.m.
- (OOMissileStatus) dialMissileStatus |
Definition at line 1 of file ProxyPlayerEntity.m.
- (float) fuelLeakRate |
Definition at line 1 of file ProxyPlayerEntity.m.
|
implementation |
Reimplemented from ShipEntity.
Definition at line 1 of file ProxyPlayerEntity.m.
|
implementation |
- (BOOL) massLocked |
Definition at line 1 of file ProxyPlayerEntity.m.
- (void) setAlertCondition: | (OOAlertCondition) | condition |
Definition at line 1 of file ProxyPlayerEntity.m.
- (void) setAtHyperspeed: | (BOOL) | value |
Definition at line 1 of file ProxyPlayerEntity.m.
- (void) setCompassMode: | (OOCompassMode) | value |
Definition at line 1 of file ProxyPlayerEntity.m.
- (void) setDialAftShield: | (GLfloat) | value |
Definition at line 1 of file ProxyPlayerEntity.m.
Referenced by alertCondition.
- (void) setDialForwardShield: | (GLfloat) | value |
Definition at line 1 of file ProxyPlayerEntity.m.
Referenced by alertCondition.
- (void) setDialFuelScoopStatus: | (OOFuelScoopStatus) | value |
Definition at line 1 of file ProxyPlayerEntity.m.
- (void) setDialIdentEngaged: | (BOOL) | value |
Definition at line 1 of file ProxyPlayerEntity.m.
- (void) setDialMissileStatus: | (OOMissileStatus) | value |
Definition at line 1 of file ProxyPlayerEntity.m.
- (void) setFuelLeakRate: | (float) | value |
Definition at line 1 of file ProxyPlayerEntity.m.
- (void) setMassLocked: | (BOOL) | value |
Definition at line 1 of file ProxyPlayerEntity.m.
- (void) setTradeInFactor: | (int) | tif |
Definition at line 1 of file ProxyPlayerEntity.m.
Referenced by alertCondition.
- (void) setTrumbleCount: | (NSUInteger) | value |
Definition at line 1 of file ProxyPlayerEntity.m.
- (int) tradeInFactor |
Definition at line 1 of file ProxyPlayerEntity.m.
- (NSUInteger) trumbleCount |
Definition at line 1 of file ProxyPlayerEntity.m.
|
private |
Definition at line 41 of file ProxyPlayerEntity.h.
|
private |
Definition at line 45 of file ProxyPlayerEntity.h.
|
private |
Definition at line 40 of file ProxyPlayerEntity.h.
|
private |
Definition at line 37 of file ProxyPlayerEntity.h.
|
private |
Definition at line 36 of file ProxyPlayerEntity.h.
|
private |
Definition at line 46 of file ProxyPlayerEntity.h.
|
private |
Definition at line 35 of file ProxyPlayerEntity.h.
|
private |
Definition at line 39 of file ProxyPlayerEntity.h.
|
private |
Definition at line 44 of file ProxyPlayerEntity.h.
|
private |
Definition at line 38 of file ProxyPlayerEntity.h.
|
private |
Definition at line 43 of file ProxyPlayerEntity.h.
|
private |
Definition at line 42 of file ProxyPlayerEntity.h.