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

Go to the source code of this file.

Classes

class  XonoticGameMessageSettingsTab

Functions

entity makeXonoticGameMessageSettingsTab ()

Function Documentation

◆ makeXonoticGameMessageSettingsTab()

entity makeXonoticGameMessageSettingsTab ( )

Definition at line 13 of file dialog_settings_game_messages.qc.

14{
15 entity me;
17 me.configureDialog(me);
18 return me;
19}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticGameMessageSettingsTab::ATTRIB().