Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
dialog.qc
Go to the documentation of this file.
1#include "dialog.qh"
2
4{
5 currentDialog = me;
6 SUPER(XonoticDialog).configureDialog(me);
7}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define SUPER(cname)
Definition oo.qh:231
void XonoticDialog_configureDialog(entity me)
Definition dialog.qc:3
entity currentDialog
Definition dialog.qh:35