|
UFO: Alien Invasion
|
A string can be a normal string, or a cvar string. A string prefixed with a "_" or a string in the form "*msgid:some_msgid" is auto translated. More...
#include "../ui_nodes.h"#include "../ui_font.h"#include "../ui_parse.h"#include "../ui_behaviour.h"#include "../ui_tooltip.h"#include "../ui_render.h"#include "ui_node_string.h"#include "ui_node_abstractnode.h"#include "../../../common/scripts_lua.h"
Go to the source code of this file.
Macros | |
| #define | EXTRADATA_TYPE stringExtraData_t |
| #define | EXTRADATA(node) |
| #define | EXTRADATACONST(node) |
Functions | |
| void | UI_RegisterStringNode (uiBehaviour_t *behaviour) |
A string can be a normal string, or a cvar string. A string prefixed with a "_" or a string in the form "*msgid:some_msgid" is auto translated.
Definition in file ui_node_string.cpp.
| #define EXTRADATA | ( | node | ) |
Definition at line 59 of file ui_node_string.cpp.
| #define EXTRADATA_TYPE stringExtraData_t |
Definition at line 58 of file ui_node_string.cpp.
| #define EXTRADATACONST | ( | node | ) |
Definition at line 60 of file ui_node_string.cpp.
| void UI_RegisterStringNode | ( | uiBehaviour_t * | behaviour | ) |
Definition at line 124 of file ui_node_string.cpp.
References EXTRADATA_TYPE, uiBehaviour_t::extraDataSize, uiBehaviour_t::lua_SWIG_typeinfo, uiBehaviour_t::manager, uiBehaviour_t::name, UI_RegisterExtradataNodeProperty, UI_SWIG_TypeQuery(), and V_INT.