]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/func/train.qh
Bot AI: reduce powerup rating value
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / train.qh
1 #pragma once
2
3
4 const int TRAIN_CURVE = BIT(0);
5 const int TRAIN_TURN = BIT(1);
6 const int TRAIN_NEEDACTIVATION = BIT(2);
7
8 #ifdef CSQC
9 .float dmgtime;
10 #endif