Show / Hide Table of Contents

    Class ToggleActiveTradeStateAction

    Inheritance
    Object
    ToggleActiveTradeStateAction
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class ToggleActiveTradeStateAction : IStateAction

    Constructors

    ToggleActiveTradeStateAction()

    Declaration
    public ToggleActiveTradeStateAction()

    Fields

    _activated

    Declaration
    protected bool _activated
    Field Value
    Type Description
    Boolean

    _content

    Declaration
    protected IStandardContent _content
    Field Value
    Type Description
    IStandardContent

    _timerService

    Declaration
    protected ITimerService _timerService
    Field Value
    Type Description
    ITimerService

    _trade

    Declaration
    protected ITrade _trade
    Field Value
    Type Description
    ITrade

    _typesToDispatchAs

    Declaration
    protected Type[] _typesToDispatchAs
    Field Value
    Type Description
    Type[]

    Properties

    Activated

    Declaration
    public virtual bool Activated { get; }
    Property Value
    Type Description
    Boolean

    Content

    Declaration
    public virtual IStandardContent Content { get; }
    Property Value
    Type Description
    IStandardContent

    Trade

    Declaration
    public virtual ITrade Trade { get; }
    Property Value
    Type Description
    ITrade

    TypesToDispatchAs

    Declaration
    public virtual Type[] TypesToDispatchAs { get; }
    Property Value
    Type Description
    Type[]

    Methods

    Apply()

    Declaration
    public virtual void Apply()

    Initialize(IStandardContent, ITrade, Boolean)

    Declaration
    public virtual void Initialize(IStandardContent standardContent, ITrade trade, bool tradeActivated)
    Parameters
    Type Name Description
    IStandardContent standardContent
    ITrade trade
    Boolean tradeActivated

    Inject(IResolver)

    Declaration
    public virtual void Inject(IResolver resolver)
    Parameters
    Type Name Description
    IResolver resolver

    ResetAction()

    Declaration
    public virtual void ResetAction()
    Back to top Copyright © 2020 East Side Games Inc.