Vixen
caa30e12
csharp
public enum AbilityFailure

Why an ability did not start.

Read the guide page for this →

Remarks

A reason rather than a boolean, for ContainerFailure's reason: every one of these is something a player is told, and a client that has to guess shows the wrong message at the worst moment.

Fields and properties (10)

  • None

    It started.

  • Unknown

    This build has no such ability.

  • Casting

    Something else is being cast.

  • OnCooldown

    It has no charge ready.

  • GlobalCooldown

    The global cooldown is running.

  • Blocked

    An effect on the caster blocks it — a silence, a stun.

  • Requirements

    The caster does not satisfy its requirements.

  • Resources

    The caster cannot pay for it.

  • NoTarget

    It needs something selected and nothing is.

  • OutOfRange

    What is selected is too far away.

Used by (3)

  • AbilityCasterVixen.Gameplay.Combat
  • AbilityCasterTestsVixen.Gameplay.Combat.Tests
  • AbilityEventVixen.Gameplay.Combat