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

Go to the source code of this file.

Functions

void XonoticHUDRaceTimerDialog_fill (entity me)

Function Documentation

◆ XonoticHUDRaceTimerDialog_fill()

void XonoticHUDRaceTimerDialog_fill ( entity me)

Definition at line 5 of file dialog_hudpanel_racetimer.qc.

6{
7 //entity e;
8 string panelname = "racetimer";
9
10 dialog_hudpanel_main_checkbox(me, panelname);
11
12 dialog_hudpanel_main_settings(me, panelname);
13}
void dialog_hudpanel_main_checkbox(entity me, string panelname)
Definition util.qc:722
void dialog_hudpanel_main_settings(entity me, string panelname)
Definition util.qc:731

References dialog_hudpanel_main_checkbox(), dialog_hudpanel_main_settings(), and entity().