Oolite 1.91.0.7644-241112-7f5034b
|
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 448 of file StationEntity.m.
- (void) addShipToStationCount: | (ShipEntity *) | ship |
Extends class StationEntity.
Definition at line 448 of file StationEntity.m.
- (unsigned) countOfShipsInLaunchQueueWithPrimaryRole: | (NSString *) | role |
Extends class StationEntity.
Definition at line 448 of file StationEntity.m.
- (NSDictionary *) holdPositionInstructionForShip: | (ShipEntity *) | ship |
Extends class StationEntity.
Definition at line 448 of file StationEntity.m.
- (void) pullInShipIfPermitted: | (ShipEntity *) | ship |
Extends class StationEntity.
Definition at line 448 of file StationEntity.m.