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

Go to the source code of this file.

Classes

class  XonoticGameCrosshairSettingsTab
 

Functions

entity makeXonoticGameCrosshairSettingsTab ()
 
 REGISTER_SETTINGS (Crosshair, makeXonoticGameCrosshairSettingsTab())
 

Function Documentation

◆ makeXonoticGameCrosshairSettingsTab()

entity makeXonoticGameCrosshairSettingsTab ( )

Definition at line 16 of file dialog_settings_game_crosshair.qc.

References entity(), and NEW.

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

◆ REGISTER_SETTINGS()

REGISTER_SETTINGS ( Crosshair  ,
makeXonoticGameCrosshairSettingsTab()   
)