#include <WayOrder.h>
Inheritance diagram for WayOrder:
Public Member Functions | |
WayOrder (Location *loc, bool ForMeOnly=false) | |
WayOrder (const WayOrder ©) | |
TiXmlNode * | WriteNode (TiXmlNode *node) const |
OrderType | GetType () const |
void | SetType (OrderType ot) |
Location * | NCGetLocation () |
const Location * | GetLocation () const |
void | SetLocation (Location *loc, bool fmo=false) |
long | GetSpeed () const |
void | SetSpeed (long s) |
WayOrder * | Copy () const |
Protected Attributes | |
Location * | mLoc |
bool | mForMeOnly |
long | mSpeed |
OrderType | mOrder |
Friends | |
class | WayOrderList |
A Waypoint Order is an action performed by a fleet upon reaching a waypoint.
Definition at line 58 of file WayOrder.h.