|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <autopilot.h>
Public Member Functions | |
| vec3d * | GetPosition () |
| char * | GetInternalName () |
| void | clear () |
Public Attributes | |
| char | m_NavName [32] |
| int | flags |
| void * | target_obj |
| int | waypoint_num |
Definition at line 29 of file autopilot.h.
|
inline |
Definition at line 41 of file autopilot.h.
| char * NavPoint::GetInternalName | ( | ) |
Definition at line 125 of file autopilot.cpp.
| vec3d * NavPoint::GetPosition | ( | ) |
Definition at line 111 of file autopilot.cpp.
| int NavPoint::flags |
Definition at line 33 of file autopilot.h.
| char NavPoint::m_NavName[32] |
Definition at line 32 of file autopilot.h.
| void* NavPoint::target_obj |
Definition at line 35 of file autopilot.h.
| int NavPoint::waypoint_num |
Definition at line 36 of file autopilot.h.