Xonotic
|
#include "menu_cmd.qh"
#include "../menu.qh"
#include "../item.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) |
Variables | |
string | _dumptree_space |
entity | firstChild |
entity | nextSibling |
Definition at line 30 of file menu_cmd.qc.
References _dumptree_space, height, print(), strlen(), substring(), and updateConwidths().
Referenced by GameCommand().
Definition at line 13 of file menu_cmd.qc.
References _dumptree_space, etos(), print(), and strcat().
Referenced by GameCommand().
Definition at line 41 of file menu_cmd.qc.
References _dumptree_close(), _dumptree_open(), _dumptree_space, argv(), cvar(), depthfirst(), firstChild, FOREACH_ENTITY_ORDERED, GenericCommand(), GenericCommand_macro_help(), isdemo(), LOG_HELP, LOG_INFO, m_goto(), m_play_click_sound(), m_sync(), main, MENU_SOUND_OPEN, MUTATOR_CALLHOOK, nextSibling, NULL, parent, strcat(), string_null, tokenize_console, and updateConwidths().
Definition at line 8 of file slider_resolution.qc.
Referenced by _dumptree_close(), GameCommand(), and UpdateConWidthHeight().
string _dumptree_space |
Definition at line 12 of file menu_cmd.qc.
Referenced by _dumptree_close(), _dumptree_open(), and GameCommand().
entity firstChild |
Definition at line 10 of file menu_cmd.qc.
Referenced by GameCommand(), and getNewChildValue().
entity nextSibling |
Definition at line 10 of file menu_cmd.qc.
Referenced by GameCommand().