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

Go to the source code of this file.

Functions

void XonoticTab_showNotify (entity me)

Function Documentation

◆ XonoticTab_showNotify()

void XonoticTab_showNotify ( entity me)

Definition at line 3 of file tab.qc.

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

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