Static Variables
AiCrashOption.ATTACK
Type
Int
Initial Value
4
description
CPUs will use their getup attack.
AiCrashOption.DEFAULT
Type
Int
Initial Value
0
description
CPUs will use their default CRASH_LOOP behavior.
AiCrashOption.GET_UP
Type
Int
Initial Value
3
description
CPUs will get up.
AiCrashOption.NOTHING
Type
Int
Initial Value
2
description
CPUs will do nothing.
AiCrashOption.RANDOM
Type
Int
Initial Value
1
description
CPUs will randomly choose between doing nothing, getting up, attacking, rolling left, and rolling right.
AiCrashOption.ROLL_LEFT
Type
Int
Initial Value
5
description
CPUs will roll to the left.
AiCrashOption.ROLL_RIGHT
Type
Int
Initial Value
6
description
CPUs will roll to the right.