]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/secret.qh
Merge branch 'master' into Mario/race_cts_mutators
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / secret.qh
1 /**
2  * Total number of secrets on the map.
3  */
4 float secrets_total;
5
6 /**
7  * Total numbe of secrets found on the map.
8  */
9 float secrets_found;
10
11
12 .float stat_secrets_total;
13 .float stat_secrets_found;
14
15 /**
16  * update secrets status.
17  */
18 void secrets_setstatus();
19