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:117

References entity(), and NEW.

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

◆ XonoticGameSettingsTab_fill()

void XonoticGameSettingsTab_fill ( entity me)

Definition at line 129 of file dialog_settings_game.qc.

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

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