Oolite 1.91.0.7644-241112-7f5034b
|
#include <ShipEntityScriptMethods.h>
Instance Methods | |
(ShipEntity *) | - ejectShipOfType: |
(ShipEntity *) | - ejectShipOfRole: |
(NSArray *) | - spawnShipsWithRole:count: |
Definition at line 31 of file ShipEntityScriptMethods.h.
- (ShipEntity *) ejectShipOfRole: | (NSString *) | role |
Extends class ShipEntity.
Definition at line 31 of file ShipEntityScriptMethods.m.
References ShipEntity::dumpItem:, and nil.
- (ShipEntity *) ejectShipOfType: | (NSString *) | shipKey |
Extends class ShipEntity.
Definition at line 31 of file ShipEntityScriptMethods.m.
- (NSArray *) spawnShipsWithRole: | (NSString *) | role | |
count: | (NSUInteger) | count |
Extends class ShipEntity.
Definition at line 31 of file ShipEntityScriptMethods.m.