Search Results for

    Show / Hide Table of Contents

    Struct EventInfoDamage

    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public struct EventInfoDamage

    Fields

    actor

    The actor who invoked this event in an actor chain.

    Declaration
    public Actor actor
    Field Value
    Type Description
    Actor

    chain

    Declaration
    [NonSerialized]
    public ReactionChain chain
    Field Value
    Type Description
    ReactionChain

    damage

    Declaration
    public FinalDamageData damage
    Field Value
    Type Description
    FinalDamageData

    negatedAmountByShield

    Declaration
    public float negatedAmountByShield
    Field Value
    Type Description
    float

    victim

    Declaration
    public Entity victim
    Field Value
    Type Description
    Entity
    In This Article
    Back to top Shape of Dreams API Documentation