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

Go to the source code of this file.

Classes

class  XonoticGameWeaponsSettingsTab
 

Functions

entity makeXonoticGameWeaponsSettingsTab ()
 
 REGISTER_SETTINGS (Weapons, makeXonoticGameWeaponsSettingsTab())
 

Function Documentation

◆ makeXonoticGameWeaponsSettingsTab()

entity makeXonoticGameWeaponsSettingsTab ( )

Definition at line 15 of file dialog_settings_game_weapons.qc.

References entity(), and NEW.

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

◆ REGISTER_SETTINGS()

REGISTER_SETTINGS ( Weapons  ,
makeXonoticGameWeaponsSettingsTab()   
)