Oolite 1.91.0.7644-241112-7f5034b
|
#include <PlayerEntityContracts.h>
Definition at line 63 of file PlayerEntityContracts.h.
- (void) addMessageToReport: | (NSString*) | report |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (BOOL) addParcel: | (NSString*) | Name | |
start: | (unsigned) | start | |
destination: | (unsigned) | destination | |
eta: | (double) | eta | |
fee: | (double) | fee | |
premium: | (double) | premium | |
risk: | (unsigned) | risk |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (BOOL) addPassenger: | (NSString*) | Name | |
start: | (unsigned) | start | |
destination: | (unsigned) | destination | |
eta: | (double) | eta | |
fee: | (double) | fee | |
advance: | (double) | advance | |
risk: | (unsigned) | risk |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (BOOL) awardContract: | (unsigned) | qty | |
commodity: | (NSString*) | commodity | |
start: | (unsigned) | start | |
destination: | (unsigned) | destination | |
eta: | (double) | eta | |
fee: | (double) | fee | |
premium: | (double) | premium |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (BOOL) buySelectedShip |
Extends class PlayerEntity.
Definition at line 1443 of file PlayerEntityContracts.m.
- (NSString *) checkPassengerContracts |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (OOCargoQuantity) contractedVolumeForGood: | (OOCommodityType) | good |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (NSArray *) contractList |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (int) contractReputation |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
|
implementation |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) decreaseContractReputation: | (unsigned) | amount |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) decreaseParcelReputation: | (unsigned) | amount |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) decreasePassengerReputation: | (unsigned) | amount |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) erodeReputation |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) increaseContractReputation: | (unsigned) | amount |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) increaseParcelReputation: | (unsigned) | amount |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) increasePassengerReputation: | (unsigned) | amount |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (NSInteger) missingSubEntitiesAdjustment |
Extends class PlayerEntity.
Definition at line 1443 of file PlayerEntityContracts.m.
- (void) newShipCommonSetup: | (NSString *) | shipKey | |
yardInfo: | (NSDictionary *) | ship_info | |
baseInfo: | (NSDictionary *) | ship_base_dict |
Extends class PlayerEntity.
Definition at line 1443 of file PlayerEntityContracts.m.
- (void) normaliseReputation |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (NSArray *) parcelList |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (int) parcelReputation |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (NSArray *) passengerList |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (int) passengerReputation |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (OOCreditsQuantity) priceForShipKey: | (NSString *) | key |
Extends class PlayerEntity.
Definition at line 1443 of file PlayerEntityContracts.m.
- (NSString *) processEscapePods |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (BOOL) removeContract: | (NSString*) | commodity | |
destination: | (unsigned) | destination |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (BOOL) removeParcel: | (NSString*) | Name |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (BOOL) removePassenger: | (NSString*) | Name |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (BOOL) replaceShipWithNamedShip: | (NSString *) | shipName |
Extends class PlayerEntity.
Definition at line 1443 of file PlayerEntityContracts.m.
- (NSDictionary *) reputation |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) setGuiToDockingReportScreen |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) setGuiToManifestScreen |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) setGuiToShipyardScreen: | (NSUInteger) | skip |
Extends class PlayerEntity.
Definition at line 1443 of file PlayerEntityContracts.m.
- (void) setManifestScreenRow: | (id) | object | |
inColor: | (OOColor*) | color | |
forRow: | (OOGUIRow) | row | |
ofRows: | (OOGUIRow) | max_rows | |
andOffset: | (OOGUIRow) | offset | |
inMultipage: | (BOOL) | multi |
Extends class PlayerEntity.
Definition at line 1998 of file PlayerEntityContracts.m.
- (void) showShipyardInfoForSelection |
Extends class PlayerEntity.
Definition at line 1443 of file PlayerEntityContracts.m.
- (void) showShipyardModel: | (NSString *) | shipKey | |
shipData: | (NSDictionary *) | shipDict | |
personality: | (uint16_t) | personality |
Extends class PlayerEntity.
Definition at line 1443 of file PlayerEntityContracts.m.
- (void) showTradeInInformationFooter |
Extends class PlayerEntity.
Definition at line 1443 of file PlayerEntityContracts.m.
|
implementation |
Extends class PlayerEntity.
Definition at line 1443 of file PlayerEntityContracts.m.