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 | |
struct uiNode_s * node | |
} | value |
Type for uiAction_t It also contain type about type (for example EA_BINARYOPERATOR).
Definition at line 193 of file ui_actions.h.
struct cvar_s* uiValue_s::cvar |
Definition at line 199 of file ui_actions.h.
Referenced by UI_GetFloatFromExpression(), and UI_GetStringFromExpression().
Definition at line 196 of file ui_actions.h.
struct uiNode_s* uiValue_s::node |
Definition at line 200 of file ui_actions.h.
Referenced by UI_GetNodeFromExpression().
float uiValue_s::number |
Definition at line 197 of file ui_actions.h.
Referenced by UI_GetFloatFromExpression(), and UI_GetStringFromExpression().
char* uiValue_s::string |
Definition at line 198 of file ui_actions.h.
Referenced by UI_GetFloatFromExpression(), UI_GetStringFromExpression(), and UI_ReleaseVariable().
Definition at line 194 of file ui_actions.h.
Referenced by UI_GetFloatFromExpression(), UI_GetNodeFromExpression(), UI_GetStringFromExpression(), and UI_ReleaseVariable().
union { ... } uiValue_s::value |
Subset of action type to identify the value
Referenced by UI_GetFloatFromExpression(), UI_GetNodeFromExpression(), UI_GetStringFromExpression(), and UI_ReleaseVariable().