Xonotic
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.

References dialog_hudpanel_main_checkbox(), and dialog_hudpanel_main_settings().

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 }
+ Here is the call graph for this function: