Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
tab.qc
Go to the documentation of this file.
1#include "tab.qh"
2
4{
5 loadAllCvars(me);
6 SUPER(XonoticTab).showNotify(me);
7}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
void loadAllCvars(entity root)
Definition util.qc:53
#define SUPER(cname)
Definition oo.qh:231
void XonoticTab_showNotify(entity me)
Definition tab.qc:3