Xonotic
dialog_settings_game_messages.qh File Reference
#include "tab.qh"
#include "../gamesettings.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 ()
 
 REGISTER_SETTINGS (Messages, makeXonoticGameMessageSettingsTab())
 

Function Documentation

◆ makeXonoticGameMessageSettingsTab()

entity makeXonoticGameMessageSettingsTab ( )

Definition at line 11 of file dialog_settings_game_messages.qc.

References entity(), and NEW.

12 {
13  entity me;
15  me.configureDialog(me);
16  return me;
17 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function:

◆ REGISTER_SETTINGS()

REGISTER_SETTINGS ( Messages  ,
makeXonoticGameMessageSettingsTab()   
)