]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/mapobjects/trigger/secret.qh
Rename triggers to mapobjects
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapobjects / trigger / secret.qh
1 #pragma once
2 #ifdef SVQC
3
4 /**
5  * Total number of secrets on the map.
6  */
7 float secrets_total;
8
9 /**
10  * Total numbe of secrets found on the map.
11  */
12 float secrets_found;
13
14
15 /**
16  * update secrets status.
17  */
18 void secrets_setstatus(entity this);
19 #endif