Xonotic
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.

References m_goto(), and string_null.

10 {
12 }
string string_null
Definition: nil.qh:9
+ Here is the call graph for this function:

◆ XonoticRootDialog_showNotify()

void XonoticRootDialog_showNotify ( entity  me)

Definition at line 3 of file rootdialog.qc.

References loadAllCvars(), and SUPER.

4 {
5  SUPER(XonoticRootDialog).showNotify(me);
6  loadAllCvars(me);
7 }
#define SUPER(cname)
Definition: oo.qh:219
+ Here is the call graph for this function: