|
Xonotic
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | Announcer () |
| string | AnnouncerOption () |
Variables | |
| string | autocvar_cl_announcer |
| float | autocvar_cl_announcer_antispam = 2 |
| float | autocvar_cl_announcer_maptime = 3 |
| void Announcer | ( | ) |
Definition at line 166 of file announcer.qc.
References Announcer_Gamestart(), and Announcer_Time().
Referenced by CSQC_UpdateView().
Here is the call graph for this function:
Here is the caller graph for this function:| string AnnouncerOption | ( | ) |
Definition at line 10 of file announcer.qc.
References AnnouncerOption(), autocvar_cl_announcer, M_ARGV, and MUTATOR_CALLHOOK.
Referenced by AnnouncerOption().
Here is the call graph for this function:
Here is the caller graph for this function:| string autocvar_cl_announcer |
Definition at line 3 of file announcer.qh.
Referenced by AnnouncerOption().
| float autocvar_cl_announcer_antispam = 2 |
Definition at line 4 of file announcer.qh.
Referenced by Local_Notification_sprintf().
| float autocvar_cl_announcer_maptime = 3 |
Definition at line 5 of file announcer.qh.
Referenced by Announcer_Time().