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{
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().

◆ XonoticGameSettingsTab_fill()

void XonoticGameSettingsTab_fill ( entity me)

Definition at line 130 of file dialog_settings_game.qc.

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

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