Oolite 1.91.0.7679-250703-49e991a
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
ShipEntity(OOAIStationStubs) Category Reference

Instance Methods

(BOOL) - launchPatrol [implementation]

Detailed Description

Definition at line 2923 of file ShipEntityAI.m.

Method Documentation

◆ launchPatrol

- (BOOL) launchPatrol
implementation

Extends class ShipEntity.

Definition at line 2941 of file ShipEntityAI.m.

2942{
2943 OOLog(@"ai.invalid.notAStation", @"Attempt to use station AI method \"%s\" on non-station %@.", "launchPatrol", self);
2944 return NO;
2945}
#define OOLog(class, format,...)
Definition OOLogging.h:88

References launchPatrol, and OOLog.

Referenced by launchPatrol.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this category was generated from the following file: