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

Go to the source code of this file.

Classes

class  Dialog

Functions

void Dialog_Close (entity button, entity me)

Variables

bool hideMenuOnClose

Function Documentation

◆ Dialog_Close()

void Dialog_Close ( entity button,
entity me )

Definition at line 7 of file dialog.qc.

8 {
9 me.close(me);
10 }

Referenced by Dialog::ATTRIB().

Variable Documentation

◆ hideMenuOnClose

bool hideMenuOnClose

Definition at line 74 of file dialog.qh.