MovementAbility<T>.CanAbilityBeActivated


Declaration

protected virtual bool CanAbilityBeActivated(MovementState state)

Description

Determines if the ability can be activated given the current state of the character.

Parameters

stateThe current state of the character.

Returns

boolTrue if the ability can be activated.