|
UFO: Alien Invasion
|

Go to the source code of this file.
Functions | |
| uiNode_t * | UI_GetComponent (const char *name) |
| Searches all components for the specified one. | |
| void | UI_InsertComponent (uiNode_t *component) |
| Add a new component to the list of all components. | |
| uiNode_t * UI_GetComponent | ( | const char * | name | ) |
Searches all components for the specified one.
| [in] | name | Name of the component we search |
Definition at line 34 of file ui_components.cpp.
References name, and ui_global.
Referenced by UI_AbstractNodeCallCreateChild(), UI_CreateComponent(), UI_CreateControl(), UI_ParseComponent(), and UI_ParseNode().
Add a new component to the list of all components.
Definition at line 61 of file ui_components.cpp.
References Com_Error(), ERR_FATAL, i, uiNode_t::name, ui_global, and UI_MAX_COMPONENTS.
Referenced by UI_CreateComponent(), and UI_ParseComponent().