Xonotic
dialog.qc
Go to the documentation of this file.
1 #include "dialog.qh"
2 
4 {
5  currentDialog = me;
6  SUPER(XonoticDialog).configureDialog(me);
7 }
entity() spawn
entity currentDialog
Definition: dialog.qh:35
void XonoticDialog_configureDialog(entity me)
Definition: dialog.qc:3
#define SUPER(cname)
Definition: oo.qh:219