Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
rootdialog.qc File Reference
#include "rootdialog.qh"
Include dependency graph for rootdialog.qc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void XonoticRootDialog_close (entity me)
void XonoticRootDialog_showNotify (entity me)

Function Documentation

◆ XonoticRootDialog_close()

void XonoticRootDialog_close ( entity me)

Definition at line 9 of file rootdialog.qc.

10{
11 m_goto(string_null, true);
12}
void m_goto(string itemname, bool hide_menu_on_close)
Definition menu.qc:1051
string string_null
Definition nil.qh:9

References entity(), m_goto(), and string_null.

◆ XonoticRootDialog_showNotify()

void XonoticRootDialog_showNotify ( entity me)

Definition at line 3 of file rootdialog.qc.

4{
5 SUPER(XonoticRootDialog).showNotify(me);
6 loadAllCvars(me);
7}
void loadAllCvars(entity root)
Definition util.qc:53
#define SUPER(cname)
Definition oo.qh:231

References entity(), loadAllCvars(), and SUPER.