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

Go to the source code of this file.

Functions

void XonoticDialog_configureDialog (entity me)

Function Documentation

◆ XonoticDialog_configureDialog()

void XonoticDialog_configureDialog ( entity me)

Definition at line 3 of file dialog.qc.

4{
5 currentDialog = me;
6 SUPER(XonoticDialog).configureDialog(me);
7}
#define SUPER(cname)
Definition oo.qh:231
entity currentDialog
Definition dialog.qh:35

References currentDialog, entity(), and SUPER.