|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <scripting.h>
Public Member Functions | |
| script_condition () | |
Public Attributes | |
| int | condition_type |
| union { | |
| char name [CONDITION_LENGTH] | |
| } | data |
Definition at line 88 of file scripting.h.
|
inline |
Definition at line 97 of file scripting.h.
| int script_condition::condition_type |
Definition at line 91 of file scripting.h.
| union { ... } script_condition::data |
| char script_condition::name[CONDITION_LENGTH] |
Definition at line 94 of file scripting.h.