Oolite 1.91.0.7644-241112-7f5034b
|
#include <ShipEntityAI.h>
Instance Methods | |
(void) | - setAITo: |
(void) | - setAIScript: |
(void) | - switchAITo: |
(void) | - scanForHostiles |
(BOOL) | - performHyperSpaceToSpecificSystem: |
(void) | - scanForNearestIncomingMissile |
(void) | - enterTargetWormhole |
(void) | - enterPlayerWormhole |
(void) | - wormholeEscorts |
(void) | - wormholeEntireGroup |
(BOOL) | - suggestEscortTo: |
(void) | - groupAttackTarget |
(void) | - performAttack |
(void) | - performCollect |
(void) | - performEscort |
(void) | - performFaceDestination |
(void) | - performFlee |
(void) | - performFlyToRangeFromDestination |
(void) | - performHold |
(void) | - performIdle |
(void) | - performIntercept |
(void) | - performLandOnPlanet |
(void) | - performMining |
(void) | - performScriptedAI |
(void) | - performScriptedAttackAI |
(void) | - performStop |
(void) | - performTumble |
(void) | - broadcastDistressMessage |
(void) | - broadcastDistressMessageWithDumping: |
(void) | - requestDockingCoordinates |
(void) | - recallDockingInstructions |
(void) | - performBuoyTumble [implementation] |
Definition at line 32 of file ShipEntityAI.h.
- (void) broadcastDistressMessage |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) broadcastDistressMessageWithDumping: | (BOOL) | dumpCargo |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) enterPlayerWormhole |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) enterTargetWormhole |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) groupAttackTarget |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) performAttack |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
|
implementation |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) performCollect |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) performEscort |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) performFaceDestination |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) performFlee |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) performFlyToRangeFromDestination |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) performHold |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (BOOL) performHyperSpaceToSpecificSystem: | (OOSystemID) | systemID |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) performIdle |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) performIntercept |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) performLandOnPlanet |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) performMining |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) performScriptedAI |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) performScriptedAttackAI |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) performStop |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) performTumble |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) recallDockingInstructions |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) requestDockingCoordinates |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) scanForHostiles |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) scanForNearestIncomingMissile |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) setAIScript: | (NSString *) | aiString |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) setAITo: | (NSString *) | aiString |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (BOOL) suggestEscortTo: | (ShipEntity *) | mother |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) switchAITo: | (NSString *) | aiString |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) wormholeEntireGroup |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.
- (void) wormholeEscorts |
Extends class ShipEntity.
Definition at line 1 of file ShipEntityAI.m.