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

Go to the source code of this file.

Functions

entity makeXonoticGameSettingsTab ()
void XonoticGameSettingsTab_fill (entity me)
void XonoticRegisteredSettingsList_getNameIcon_cb (string _name, string _icon)
void XonoticRegisteredSettingsList_getTooltip_cb (string _tooltip)

Variables

string XonoticRegisteredSettingsList_cb_name
string XonoticRegisteredSettingsList_cb_tooltip

Function Documentation

◆ makeXonoticGameSettingsTab()

entity makeXonoticGameSettingsTab ( )

Definition at line 96 of file dialog_settings_game.qc.

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

References entity(), and NEW.

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

◆ XonoticGameSettingsTab_fill()

void XonoticGameSettingsTab_fill ( entity me)

Definition at line 132 of file dialog_settings_game.qc.

133{
134 entity topics = me.topicList;
135 topics.onChange = me.topicChangeNotify;
136 topics.onChangeEntity = me;
137
138 int col = 0;
139 int width = 1;
140 me.gotoRC(me, 0, col);
141 me.TD(me, me.rows, width, topics);
142
143 col += width;
144 width = me.columns - col;
145 me.gotoRC(me, 0, col); me.setFirstColumn(me, me.currentColumn);
146 me.TD(me, me.rows, width, me.currentPanel);
147
148 me.topicChangeNotify(topics, me);
149}

References entity().

◆ XonoticRegisteredSettingsList_getNameIcon_cb()

void XonoticRegisteredSettingsList_getNameIcon_cb ( string _name,
string _icon )

◆ XonoticRegisteredSettingsList_getTooltip_cb()

void XonoticRegisteredSettingsList_getTooltip_cb ( string _tooltip)

Variable Documentation

◆ XonoticRegisteredSettingsList_cb_name

string XonoticRegisteredSettingsList_cb_name

◆ XonoticRegisteredSettingsList_cb_tooltip

string XonoticRegisteredSettingsList_cb_tooltip