|
UFO: Alien Invasion
|
Type for uiAction_t It also contain type about type (for example EA_BINARYOPERATOR). More...
#include <ui_actions.h>

Data Fields | |
| uiActionType_t | type |
| union { | |
| int integer | |
| float number | |
| char * string | |
| struct cvar_s * cvar | |
| uiNode_t * node | |
| } | value |
Type for uiAction_t It also contain type about type (for example EA_BINARYOPERATOR).
Definition at line 194 of file ui_actions.h.
| struct cvar_s* uiValue_t::cvar |
Definition at line 200 of file ui_actions.h.
Referenced by UI_GetFloatFromExpression(), and UI_GetStringFromExpression().
| int uiValue_t::integer |
Definition at line 197 of file ui_actions.h.
| uiNode_t* uiValue_t::node |
Definition at line 201 of file ui_actions.h.
Referenced by UI_GetNodeFromExpression().
| float uiValue_t::number |
Definition at line 198 of file ui_actions.h.
Referenced by UI_GetFloatFromExpression(), and UI_GetStringFromExpression().
| char* uiValue_t::string |
Definition at line 199 of file ui_actions.h.
Referenced by UI_GetFloatFromExpression(), UI_GetStringFromExpression(), and UI_ReleaseVariable().
| uiActionType_t uiValue_t::type |
Definition at line 195 of file ui_actions.h.
Referenced by UI_GetFloatFromExpression(), UI_GetNodeFromExpression(), UI_GetStringFromExpression(), and UI_ReleaseVariable().
| union { ... } uiValue_t::value |
Subset of action type to identify the value
Referenced by UI_GetFloatFromExpression(), UI_GetNodeFromExpression(), UI_GetStringFromExpression(), and UI_ReleaseVariable().