projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blob
dfa92ef1c8bd8a689d514838946e19b6ce27d3b3
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
client
/
teamradar.qh
1
const float MAX_TEAMRADAR_TIMES = 32;
2
3
// to make entities have dots on the team radar
4
.float teamradar_icon;
5
.float teamradar_times[MAX_TEAMRADAR_TIMES];
6
.int teamradar_time_index;
7
.vector teamradar_color;