Search Results for

    Show / Hide Table of Contents

    Class AbilitySelfValidator

    Validates if an entity can cast an ability by its properties.

    Inheritance
    object
    AbilitySelfValidator
    Implements
    IEntityValidator
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    [Serializable]
    public class AbilitySelfValidator : IEntityValidator

    Fields

    allowWhileDashing

    Declaration
    [ToggleLeft]
    public bool allowWhileDashing
    Field Value
    Type Description
    bool

    allowWhileDisabled

    Declaration
    [ToggleLeft]
    public bool allowWhileDisabled
    Field Value
    Type Description
    bool

    allowWhileDodging

    Declaration
    [ToggleLeft]
    public bool allowWhileDodging
    Field Value
    Type Description
    bool

    Default

    Declaration
    public static AbilitySelfValidator Default
    Field Value
    Type Description
    AbilitySelfValidator

    isMovementAbility

    Declaration
    [ToggleLeft]
    public bool isMovementAbility
    Field Value
    Type Description
    bool

    Methods

    Evaluate(Entity)

    Declaration
    public bool Evaluate(Entity self)
    Parameters
    Type Name Description
    Entity self
    Returns
    Type Description
    bool

    Implements

    IEntityValidator
    In This Article
    Back to top Shape of Dreams API Documentation