![]() |
Oolite 1.91.0.7659-250410-0031890
|
Instance Methods | |
(void) | - pullInShipIfPermitted: |
(void) | - addShipToStationCount: |
(void) | - addShipToLaunchQueue:withPriority: |
(unsigned) | - countOfShipsInLaunchQueueWithPrimaryRole: |
(NSDictionary *) | - holdPositionInstructionForShip: |
Definition at line 53 of file StationEntity.m.
- (void) addShipToLaunchQueue: | (ShipEntity *) | ship | |
withPriority: | (BOOL) | priority |
Extends class StationEntity.
Definition at line 1095 of file StationEntity.m.
References DockEntity::addShipToLaunchQueue:withPriority:, nil, and OOLog.
Referenced by StationEntity::launchDefenseShip, StationEntity::launchEscort, StationEntity::launchIndependentShip:, StationEntity::launchMiner, StationEntity::launchPatrol, StationEntity::launchPirateShip, StationEntity::launchPolice, StationEntity::launchScavenger, StationEntity::launchShipWithRole:, and StationEntity::launchShuttle.
- (void) addShipToStationCount: | (ShipEntity *) | ship |
Extends class StationEntity.
Definition at line 1248 of file StationEntity.m.
Referenced by StationEntity::noteDockedShip:.
- (unsigned) countOfShipsInLaunchQueueWithPrimaryRole: | (NSString *) | role |
Extends class StationEntity.
Definition at line 1158 of file StationEntity.m.
References DockEntity::countOfShipsInLaunchQueueWithPrimaryRole:, and nil.
Referenced by StationEntity::launchMiner, and StationEntity::launchScavenger.
- (NSDictionary *) holdPositionInstructionForShip: | (ShipEntity *) | ship |
Extends class StationEntity.
Definition at line 591 of file StationEntity.m.
References nil, OOMakeDockingInstructions(), and ShipEntity::sendExpandedMessage:toShip:.
Referenced by StationEntity::dockingInstructionsForShip:.
- (void) pullInShipIfPermitted: | (ShipEntity *) | ship |
Extends class StationEntity.
Definition at line 831 of file StationEntity.m.
References ShipEntity::enterDock:.
Referenced by StationEntity::autoDockShipsOnHold.