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

Go to the source code of this file.

Classes

class  SettingSource
class  XonoticGameSettingsTab
class  XonoticRegisteredSettingsList

Functions

entity makeXonoticGameSettingsTab ()

Function Documentation

◆ makeXonoticGameSettingsTab()

entity makeXonoticGameSettingsTab ( )

Definition at line 96 of file dialog_settings_game.qc.

97{
98 entity me;
100 me.configureDialog(me);
101 return me;
102}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticGameSettingsTab::fill(), and XonoticSettingsDialog_fill().