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

Go to the source code of this file.

Classes

class  XonoticGameModelSettingsTab
 

Functions

entity makeXonoticGameModelSettingsTab ()
 
 REGISTER_SETTINGS (Models, makeXonoticGameModelSettingsTab())
 

Function Documentation

◆ makeXonoticGameModelSettingsTab()

entity makeXonoticGameModelSettingsTab ( )

Definition at line 12 of file dialog_settings_game_model.qc.

References entity(), and NEW.

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

◆ REGISTER_SETTINGS()

REGISTER_SETTINGS ( Models  ,
makeXonoticGameModelSettingsTab()   
)