The MoveUseMode
to check.
Whether useMode
should ignore status and otehr cancellation checks.
This function is equivalent to the following truth table:
Use Type | Returns |
---|---|
MoveUseMode.NORMAL |
false |
MoveUseMode.IGNORE_PP |
false |
MoveUseMode.INDIRECT |
false |
MoveUseMode.FOLLOW_UP |
true |
MoveUseMode.REFLECTED |
true |
MoveUseMode.DELAYED_ATTACK |
true |
Check if a given
MoveUseMode
should ignore pre-move cancellation checks from StatusEffect.PARALYSIS andBattlerTagLapseType.MOVE
-type effects.