|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "menu_cmd.qh"#include "../menu.qh"#include "../item.qh"#include <menu/item/dialog.qh>#include <menu/mutators/_mod.qh>#include <common/command/_mod.qh>Go to the source code of this file.
Functions | |
| void | _dumptree_close (entity pass, entity me) |
| void | _dumptree_open (entity pass, entity me) |
| void | GameCommand (string theCommand) |
| float | updateConwidths (float width, float height, float pixelheight) |
| void (entity me, int argsbuf) readInputArgs | |
Variables | |
| string | _dumptree_space |
| entity | firstChild |
| entity | nextSibling |
Definition at line 32 of file menu_cmd.qc.
References _dumptree_space, entity(), pass, print(), strlen, and substring().
Definition at line 15 of file menu_cmd.qc.
References _dumptree_space, entity(), etos(), pass, print(), and strcat().
Definition at line 43 of file menu_cmd.qc.
References argv(), buf_create, cvar(), Dialog_Close(), entity(), FOREACH_ENTITY_ORDERED, GenericCommand(), GenericCommand_macro_help(), if(), isdemo(), LOG_HELP, m_goto(), m_play_click_sound(), m_sync(), MENU_SOUND_OPEN, nextent(), NULL, strcat(), string_null, strtolower(), strzone(), tokenize_console, and updateConwidths().
Definition at line 8 of file slider_resolution.qc.
References cvar(), cvar_set(), cvar_string(), CVAR_TYPEFLAG_ENGINE, ftos(), height, LOG_TRACE, max(), min(), rint(), vector, vid_conheight, vid_conwidth, and XonoticResolutionSlider_DataHasChanged.
Referenced by GameCommand(), and UpdateConWidthHeight().
| string _dumptree_space |
Definition at line 14 of file menu_cmd.qc.
Referenced by _dumptree_close(), and _dumptree_open().
| entity firstChild |
Definition at line 12 of file menu_cmd.qc.
Referenced by AnimHost::addAnim(), Keyframe::addAnim(), AnimHost::ATTRIB(), Container::ATTRIB(), Keyframe::ATTRIB(), AnimHost::finishAllAnim(), AnimHost::finishObjAnim(), forAllDescendants(), AnimHost::removeAllAnim(), AnimHost::removeAnim(), AnimHost::removeObjAnim(), AnimHost::resumeAllAnim(), AnimHost::resumeObjAnim(), AnimHost::stopAllAnim(), AnimHost::stopObjAnim(), and AnimHost::tickAll().
| entity nextSibling |
Definition at line 12 of file menu_cmd.qc.
Referenced by forAllDescendants().