Creates a list of waypoints of which you are the owner. More...
#include <ai_waypointlist.hpp>
Public Member Functions | |
AIWaypointList (AIWaypoint::WaypointType waypoint_type) | |
Static Public Member Functions | |
static const char * | GetClassName () |
Get the name of this class to identify it towards squirrel. |
Creates a list of waypoints of which you are the owner.
Definition at line 22 of file ai_waypointlist.hpp.
AIWaypointList::AIWaypointList | ( | AIWaypoint::WaypointType | waypoint_type | ) |
waypoint_type | The type of waypoint to make a list of waypoints for. |
Definition at line 18 of file ai_waypointlist.cpp.
References _current_company, AIList::AddItem(), BaseStation::facilities, Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tcache, Tzero >::PoolItem< Tpool >::index, BaseStation::owner, and OWNER_NONE.
static const char* AIWaypointList::GetClassName | ( | ) | [inline, static] |
Get the name of this class to identify it towards squirrel.
Reimplemented from AIList.
Definition at line 25 of file ai_waypointlist.hpp.