Xonotic
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)
 

Function Documentation

◆ Dialog_Close()

void Dialog_Close ( entity  button,
entity  me 
)

Definition at line 7 of file dialog.qc.

Referenced by Dialog_configureDialog().

8  {
9  me.close(me);
10  }
+ Here is the caller graph for this function: