Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
dialog_settings_game_crosshair.qh File Reference
#include "tab.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 ()

Function Documentation

◆ makeXonoticGameCrosshairSettingsTab()

entity makeXonoticGameCrosshairSettingsTab ( )

Definition at line 15 of file dialog_settings_game_crosshair.qc.

16{
17 entity me;
19 me.configureDialog(me);
20 return me;
21}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.