|
UFO: Alien Invasion
|
Defines the data of a uiAction_t leaf. It allows different kind of data without cast.
More...
#include <ui_actions.h>

Data Fields | |
| int | integer |
| float | number |
| const char * | constString |
| void * | data |
| const void * | constData |
Defines the data of a uiAction_t leaf. It allows different kind of data without cast.
Definition at line 124 of file ui_actions.h.
| const void* uiTerminalActionData_t::constData |
Definition at line 129 of file ui_actions.h.
Referenced by UI_AddListener(), and UI_NodeSetPropertyFromActionValue().
| const char* uiTerminalActionData_t::constString |
Definition at line 127 of file ui_actions.h.
Referenced by UI_AddListener(), UI_AllocStaticCommandAction(), UI_ExecuteAction(), UI_ExecuteCallAction(), UI_ExecuteSetAction(), UI_GetBooleanFromExpression(), UI_GetFloatFromExpression(), UI_GetNodeFromExpression(), UI_GetStringFromExpression(), UI_NodeSetPropertyFromActionValue(), UI_ParseActionList(), and UI_ParseValueExpression().
| void* uiTerminalActionData_t::data |
Definition at line 128 of file ui_actions.h.
Referenced by UI_InitRawActionValue(), UI_NodeSetPropertyFromActionValue(), UI_ParseSetAction(), and UI_RemoveListener().
| int uiTerminalActionData_t::integer |
Definition at line 125 of file ui_actions.h.
Referenced by UI_ExecuteAction(), UI_GetFloatFromExpression(), UI_GetNodeFromExpression(), UI_GetStringFromExpression(), UI_InitRawActionValue(), UI_NodeSetPropertyFromActionValue(), UI_ParseSetAction(), and UI_ParseValueExpression().
| float uiTerminalActionData_t::number |
Definition at line 126 of file ui_actions.h.
Referenced by UI_GetFloatFromExpression(), UI_GetStringFromExpression(), and UI_ParseValueExpression().