Skip to content

TargetSelector Factor Constants

TargetSelector Factor Constants
1
2
3
4
5
6
extern const int cTSFactorDistance = 0;
extern const int cTSFactorPoint = 1;
extern const int cTSFactorTimeToDone = 2;
extern const int cTSFactorBase = 3;
extern const int cTSFactorDanger = 4;
extern const int cTSFactorDistanceToEdge = 5;