|
UFO: Alien Invasion
Doxygen documentation generating
|
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.
| const char* uiTerminalActionData_t::constString |
Definition at line 127 of file ui_actions.h.
| void* uiTerminalActionData_t::data |
Definition at line 128 of file ui_actions.h.
| int uiTerminalActionData_t::integer |
Definition at line 125 of file ui_actions.h.
| float uiTerminalActionData_t::number |
Definition at line 126 of file ui_actions.h.