Search Results for

    Show / Hide Table of Contents

    Class ProtectedEffect

    Inheritance
    object
    BasicEffect
    ProtectedEffect
    Inherited Members
    BasicEffect.victim
    BasicEffect.parent
    BasicEffect.isAlive
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class ProtectedEffect : BasicEffect

    Fields

    onDamageNegated

    If multiple effect is protecting this entity, only the last basic effect's callback will be called prioritizing InvulnerableEffect.

    Declaration
    public Action<EventInfoDamageNegatedByImmunity> onDamageNegated
    Field Value
    Type Description
    System.Action<T><EventInfoDamageNegatedByImmunity>

    Properties

    mask

    Declaration
    public override BasicEffectMask mask { get; }
    Property Value
    Type Description
    BasicEffectMask
    Overrides
    BasicEffect.mask
    In This Article
    Back to top Shape of Dreams API Documentation