|
Oolite
|
#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 |
Definition at line 1 of file ShipEntityAI.m.
| - (void) broadcastDistressMessageWithDumping: | (BOOL) | dumpCargo |
Definition at line 1 of file ShipEntityAI.m.
| - (void) enterPlayerWormhole |
Definition at line 1 of file ShipEntityAI.m.
| - (void) enterTargetWormhole |
Definition at line 1 of file ShipEntityAI.m.
| - (void) groupAttackTarget |
Definition at line 1 of file ShipEntityAI.m.
| - (void) performAttack |
Definition at line 1 of file ShipEntityAI.m.
|
implementation |
Definition at line 1 of file ShipEntityAI.m.
| - (void) performCollect |
Definition at line 1 of file ShipEntityAI.m.
| - (void) performEscort |
Definition at line 1 of file ShipEntityAI.m.
| - (void) performFaceDestination |
Definition at line 1 of file ShipEntityAI.m.
| - (void) performFlee |
Definition at line 1 of file ShipEntityAI.m.
| - (void) performFlyToRangeFromDestination |
Definition at line 1 of file ShipEntityAI.m.
| - (void) performHold |
Definition at line 1 of file ShipEntityAI.m.
| - (BOOL) performHyperSpaceToSpecificSystem: | (OOSystemID) | systemID |
Definition at line 1 of file ShipEntityAI.m.
| - (void) performIdle |
Definition at line 1 of file ShipEntityAI.m.
| - (void) performIntercept |
Definition at line 1 of file ShipEntityAI.m.
| - (void) performLandOnPlanet |
Definition at line 1 of file ShipEntityAI.m.
| - (void) performMining |
Definition at line 1 of file ShipEntityAI.m.
| - (void) performScriptedAI |
Definition at line 1 of file ShipEntityAI.m.
| - (void) performScriptedAttackAI |
Definition at line 1 of file ShipEntityAI.m.
| - (void) performStop |
Definition at line 1 of file ShipEntityAI.m.
| - (void) performTumble |
Definition at line 1 of file ShipEntityAI.m.
| - (void) recallDockingInstructions |
Definition at line 1 of file ShipEntityAI.m.
| - (void) requestDockingCoordinates |
Definition at line 1 of file ShipEntityAI.m.
| - (void) scanForHostiles |
Definition at line 1 of file ShipEntityAI.m.
| - (void) scanForNearestIncomingMissile |
Definition at line 1 of file ShipEntityAI.m.
| - (void) setAIScript: | (NSString *) | aiString |
Definition at line 1 of file ShipEntityAI.m.
| - (void) setAITo: | (NSString *) | aiString |
Definition at line 1 of file ShipEntityAI.m.
| - (BOOL) suggestEscortTo: | (ShipEntity *) | mother |
Definition at line 1 of file ShipEntityAI.m.
| - (void) switchAITo: | (NSString *) | aiString |
Definition at line 1 of file ShipEntityAI.m.
| - (void) wormholeEntireGroup |
Definition at line 1 of file ShipEntityAI.m.
| - (void) wormholeEscorts |
Definition at line 1 of file ShipEntityAI.m.