Xonotic
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

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

◆ XonoticRegisteredSettingsList_getNameIcon_cb()

void XonoticRegisteredSettingsList_getNameIcon_cb ( string  _name,
string  _icon 
)

Definition at line 23 of file dialog_settings_game.qc.

Referenced by XonoticRegisteredSettingsList_getTooltip_cb().

24 {
26 }
string XonoticRegisteredSettingsList_cb_name
+ Here is the caller graph for this function:

◆ XonoticRegisteredSettingsList_getTooltip_cb()

void XonoticRegisteredSettingsList_getTooltip_cb ( string  _tooltip)

Definition at line 27 of file dialog_settings_game.qc.

References clearTooltip(), CONSTRUCT, CONSTRUCTOR, draw_Fill(), draw_Text(), draw_TextShortenToWidth(), entity(), eX, eY, func_null(), getFadedAlpha(), METHOD, NULL, setZonedTooltip(), string_null, SUPER, vector(), XonoticRegisteredSettingsList_cb_name, XonoticRegisteredSettingsList_cb_tooltip, and XonoticRegisteredSettingsList_getNameIcon_cb().

28 {
30 }
string XonoticRegisteredSettingsList_cb_tooltip
+ Here is the call graph for this function:

Variable Documentation

◆ XonoticRegisteredSettingsList_cb_name

string XonoticRegisteredSettingsList_cb_name

Definition at line 21 of file dialog_settings_game.qc.

Referenced by XonoticRegisteredSettingsList_getTooltip_cb().

◆ XonoticRegisteredSettingsList_cb_tooltip

string XonoticRegisteredSettingsList_cb_tooltip

Definition at line 22 of file dialog_settings_game.qc.

Referenced by XonoticRegisteredSettingsList_getTooltip_cb().