Static Variables
AiLedgeOption.ATTACK
Type
Int
Initial Value
5
description
CPUs will attack from the ledge.
AiLedgeOption.CLIMB
Type
Int
Initial Value
3
description
CPUs will climb up from the ledge.
AiLedgeOption.DEFAULT
Type
Int
Initial Value
0
description
CPUs will use their default ledge behavior.
AiLedgeOption.JUMP
Type
Int
Initial Value
6
description
CPUs will jump from the ledge.
AiLedgeOption.NOTHING
Type
Int
Initial Value
2
description
CPUs will do nothing.
AiLedgeOption.RANDOM
Type
Int
Initial Value
1
description
CPUs will randomly choose between climbing, rolling, attacking, jumping, and wavedashing.
AiLedgeOption.ROLL
Type
Int
Initial Value
4
description
CPUs will roll from the ledge.
AiLedgeOption.WAVEDASH
Type
Int
Initial Value
7
description
CPUs will wavedash from the ledge.