Xonotic
dialog_settings_game_view.qh File Reference
#include "tab.qh"
#include "../gamesettings.qh"
+ Include dependency graph for dialog_settings_game_view.qh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XonoticGameViewSettingsTab
 

Functions

entity makeXonoticGameViewSettingsTab ()
 
 REGISTER_SETTINGS (View, makeXonoticGameViewSettingsTab())
 

Function Documentation

◆ makeXonoticGameViewSettingsTab()

entity makeXonoticGameViewSettingsTab ( )

Definition at line 13 of file dialog_settings_game_view.qc.

References entity(), and NEW.

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

◆ REGISTER_SETTINGS()

REGISTER_SETTINGS ( View  ,
makeXonoticGameViewSettingsTab()   
)