Static Variables
AiTechOption.ALWAYS_MISS
Type
Int
Initial Value
2
description
CPUs will always miss techs.
AiTechOption.DEFAULT
Type
Int
Initial Value
0
description
CPUs will tech using their default behavior.
AiTechOption.RANDOM
Type
Int
Initial Value
1
description
CPUs will randomly choose between missing the tech, teching in place, rolling left, and rolling right.
AiTechOption.TECH_IN_PLACE
Type
Int
Initial Value
3
description
CPUs will always tech in place.
AiTechOption.TECH_ROLL_LEFT
Type
Int
Initial Value
4
description
CPUs will always tech roll left.
AiTechOption.TECH_ROLL_RIGHT
Type
Int
Initial Value
5
description
CPUs will always tech roll right.