Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
rootdialog.qc
Go to the documentation of this file.
1
#include "
rootdialog.qh
"
2
3
void
XonoticRootDialog_showNotify
(
entity
me)
4
{
5
SUPER
(
XonoticRootDialog
).showNotify(me);
6
loadAllCvars
(me);
7
}
8
9
void
XonoticRootDialog_close
(
entity
me)
10
{
11
m_goto
(
string_null
,
true
);
12
}
entity
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
XonoticRootDialog
Definition
rootdialog.qh:4
loadAllCvars
void loadAllCvars(entity root)
Definition
util.qc:53
m_goto
void m_goto(string itemname, bool hide_menu_on_close)
Definition
menu.qc:1051
string_null
string string_null
Definition
nil.qh:9
SUPER
#define SUPER(cname)
Definition
oo.qh:231
XonoticRootDialog_showNotify
void XonoticRootDialog_showNotify(entity me)
Definition
rootdialog.qc:3
XonoticRootDialog_close
void XonoticRootDialog_close(entity me)
Definition
rootdialog.qc:9
rootdialog.qh
menu
xonotic
rootdialog.qc
Generated on
for Xonotic QuakeC by
1.14.0