Oolite 1.91.0.7644-241112-7f5034b
|
Instance Methods | |
(void) | - subEntityDied: |
(void) | - subEntityReallyDied: |
(void) | - drawDebugStuff |
(void) | - rescaleBy: |
(void) | - rescaleBy:writeToCache: |
(BOOL) | - setUpOneSubentity: |
(BOOL) | - setUpOneFlasher: |
(Entity< OOStellarBody > *) | - lastAegisLock |
(void) | - addSubEntity: |
(void) | - refreshEscortPositions |
(HPVector) | - coordinatesForEscortPosition: |
(void) | - setUpMixedEscorts |
(void) | - setUpOneEscort:inGroup:withRole:atPosition:andCount: |
(void) | - addSubentityToCollisionRadius: |
(ShipEntity *) | - launchPodWithCrew: |
(OOEquipmentType *) | - generateMissileEquipmentTypeFrom: |
(void) | - setShipHitByLaser: |
(void) | - noteFrustration: |
(BOOL) | - cloakPassive |
Definition at line 131 of file ShipEntity.m.
- (void) addSubEntity: | (Entity< OOSubEntity > *) | subent |
Extends class ShipEntity.
Definition at line 6496 of file ShipEntity.m.
- (void) addSubentityToCollisionRadius: | (Entity< OOSubEntity > *) | subent |
Extends class ShipEntity.
Definition at line 2093 of file ShipEntity.m.
- (BOOL) cloakPassive |
Extends class ShipEntity.
Definition at line 266 of file ShipEntity.h.
- (HPVector) coordinatesForEscortPosition: | (unsigned) | idx |
Extends class ShipEntity.
Definition at line 9593 of file ShipEntity.m.
- (void) drawDebugStuff |
Extends class ShipEntity.
Definition at line 2093 of file ShipEntity.m.
- (OOEquipmentType *) generateMissileEquipmentTypeFrom: | (NSString *) | role |
Extends class ShipEntity.
Definition at line 2093 of file ShipEntity.m.
- (Entity< OOStellarBody > *) lastAegisLock |
Extends class ShipEntity.
Definition at line 7619 of file ShipEntity.m.
- (ShipEntity *) launchPodWithCrew: | (NSArray *) | podCrew |
Extends class ShipEntity.
Definition at line 2093 of file ShipEntity.m.
- (void) noteFrustration: | (NSString *) | context |
Extends class ShipEntity.
Definition at line 2093 of file ShipEntity.m.
- (void) refreshEscortPositions |
Extends class ShipEntity.
Definition at line 9593 of file ShipEntity.m.
- (void) rescaleBy: | (GLfloat) | factor |
Extends class ShipEntity.
Definition at line 7619 of file ShipEntity.m.
- (void) rescaleBy: | (GLfloat) | factor | |
writeToCache: | (BOOL) | writeToCache |
Extends class ShipEntity.
Definition at line 7619 of file ShipEntity.m.
- (void) setShipHitByLaser: | (ShipEntity *) | ship |
Extends class ShipEntity.
Definition at line 9593 of file ShipEntity.m.
- (void) setUpMixedEscorts |
Extends class ShipEntity.
Definition at line 14954 of file ShipEntity.m.
- (void) setUpOneEscort: | (ShipEntity *) | escorter | |
inGroup: | (OOShipGroup *) | escortGroup | |
withRole: | (NSString *) | escortRole | |
atPosition: | (HPVector) | ex_pos | |
andCount: | (uint8_t) | currentEscortCount |
Extends class ShipEntity.
Definition at line 14954 of file ShipEntity.m.
- (BOOL) setUpOneFlasher: | (NSDictionary *) | subentDict |
Extends class ShipEntity.
Definition at line 14954 of file ShipEntity.m.
- (BOOL) setUpOneSubentity: | (NSDictionary *) | subentDict |
Extends class ShipEntity.
Definition at line 14954 of file ShipEntity.m.
- (void) subEntityDied: | (ShipEntity *) | sub |
Extends class ShipEntity.
Definition at line 7619 of file ShipEntity.m.
- (void) subEntityReallyDied: | (ShipEntity *) | sub |
Extends class ShipEntity.
Definition at line 7619 of file ShipEntity.m.