Search Results for

    Show / Hide Table of Contents

    Struct EventInfoAttackMissed

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

    Fields

    actor

    The actor who invoked this event in an actor chain.

    Declaration
    public Actor actor
    Field Value
    Type Description
    Actor

    attacker

    Attacker of this hit.

    Declaration
    public Entity attacker
    Field Value
    Type Description
    Entity

    isCrit

    Is hit attack critical hit?

    Declaration
    public bool isCrit
    Field Value
    Type Description
    bool

    victim

    Victim of this hit.

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