SerenityJS
    Preparing search index...

    Class PlayerAbilities

    Index

    Constructors

    Methods

    • Get the value of an ability.

      Parameters

      • index: AbilityIndex

        The index of the ability to get the value of.

      Returns boolean

      The value of the ability, or false if it is not set.

    • Set the value of an ability.

      Parameters

      • index: AbilityIndex

        The index of the ability to set the value of.

      • value: boolean

        The value to set the ability to.

      Returns void