FS2_Open
Open source remastering of the Freespace 2 engine
waypointlist_h Struct Reference

Public Member Functions

 waypointlist_h ()
 
 waypointlist_h (waypoint_list *n_wlp)
 
 waypointlist_h (char wlname[NAME_LENGTH])
 
bool IsValid ()
 

Public Attributes

waypoint_listwlp
 
char name [NAME_LENGTH]
 

Detailed Description

Definition at line 6313 of file lua.cpp.

Constructor & Destructor Documentation

waypointlist_h::waypointlist_h ( )
inline

Definition at line 6317 of file lua.cpp.

waypointlist_h::waypointlist_h ( waypoint_list n_wlp)
inline

Definition at line 6318 of file lua.cpp.

waypointlist_h::waypointlist_h ( char  wlname[NAME_LENGTH])
inline

Definition at line 6323 of file lua.cpp.

Member Function Documentation

bool waypointlist_h::IsValid ( )
inline

Definition at line 6330 of file lua.cpp.

Member Data Documentation

char waypointlist_h::name[NAME_LENGTH]

Definition at line 6316 of file lua.cpp.

waypoint_list* waypointlist_h::wlp

Definition at line 6315 of file lua.cpp.


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