Search Results for

    Show / Hide Table of Contents

    Struct ReactionChain

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

    Methods

    DidReact(Actor, bool)

    Check if the actor has already contributed to this reaction chain.

    Declaration
    public bool DidReact(Actor actor, bool checkOnlyType = false)
    Parameters
    Type Name Description
    Actor actor
    bool checkOnlyType
    Returns
    Type Description
    bool

    Equals(ReactionChain)

    Declaration
    public bool Equals(ReactionChain other)
    Parameters
    Type Name Description
    ReactionChain other
    Returns
    Type Description
    bool

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    System.ValueType.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    System.ValueType.GetHashCode()

    New(Actor)

    Returns new reaction chain with given actor in contribution.

    Declaration
    public ReactionChain New(Actor actor)
    Parameters
    Type Name Description
    Actor actor
    Returns
    Type Description
    ReactionChain
    In This Article
    Back to top Shape of Dreams API Documentation