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

References loadAllCvars(), and SUPER.

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