Go to the source code of this file.
◆ XonoticHUDNotificationDialog_fill()
void XonoticHUDNotificationDialog_fill |
( |
entity |
me | ) |
|
Definition at line 7 of file dialog_hudpanel_notification.qc.
References dialog_hudpanel_main_checkbox(), dialog_hudpanel_main_settings(), entity(), and makeXonoticTextLabel().
10 string panelname =
"notify";
20 me.TD(me, 1, 3.8, e =
makeXonoticCheckBox(0,
"hud_panel_notify_print", _(
"Also print notifications to the console")));
23 me.TD(me, 1, 3.8, e =
makeXonoticCheckBox(0,
"hud_panel_notify_flip", _(
"Flip notify order")));
31 me.TD(me, 1, 2.6, e =
makeXonoticSlider(0.5, 5, 0.5,
"hud_panel_notify_fadetime"));
entity makeXonoticTextLabel(float theAlign, string theText)
entity makeXonoticSlider(float theValueMin, float theValueMax, float theValueStep, string theCvar)
entity makeXonoticCheckBox(float isInverted, string theCvar, string theText)