|
UFO: Alien Invasion
|


Go to the source code of this file.
Data Structures | |
| class | uiVideoNode |
| struct | videoExtraData_t |
Macros | |
| #define | UI_VIDEOEXTRADATA_TYPE videoExtraData_t |
| #define | UI_VIDEOEXTRADATA(node) |
| #define | UI_VIDEOEXTRADATACONST(node) |
Functions | |
| void | UI_RegisterVideoNode (uiBehaviour_t *behaviour) |
| void | UI_Video_SetSource (uiNode_t *node, const char *name) |
| #define UI_VIDEOEXTRADATA | ( | node | ) |
Definition at line 41 of file ui_node_video.h.
| #define UI_VIDEOEXTRADATA_TYPE videoExtraData_t |
Definition at line 40 of file ui_node_video.h.
| #define UI_VIDEOEXTRADATACONST | ( | node | ) |
| void UI_RegisterVideoNode | ( | uiBehaviour_t * | behaviour | ) |
Source of the video. File name without prefix ./base/videos and without extension
Use or not the music from the video.
Invoked when video end.
Definition at line 126 of file ui_node_video.cpp.
References EXTRADATA_TYPE, uiBehaviour_t::extraDataSize, uiBehaviour_t::lua_SWIG_typeinfo, uiBehaviour_t::manager, uiBehaviour_t::name, UI_RegisterExtradataNodeProperty, UI_SWIG_TypeQuery(), V_BOOL, V_CVAR_OR_STRING, and V_UI_ACTION.
Definition at line 121 of file ui_node_video.cpp.
References EXTRADATA, Mem_PoolStrDup, name, ui_dynStringPool, and UI_FreeStringProperty().
Referenced by uiVideoNode_t_set_source().