Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
dialog_settings_input.qh File Reference
#include "tab.qh"
Include dependency graph for dialog_settings_input.qh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XonoticInputSettingsTab

Functions

entity makeXonoticInputSettingsTab ()

Function Documentation

◆ makeXonoticInputSettingsTab()

entity makeXonoticInputSettingsTab ( )

Definition at line 50 of file dialog_settings_input.qc.

51{
52 entity me;
54 me.configureDialog(me);
55 return me;
56}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticSettingsDialog_fill().