Show / Hide Table of Contents

    Class ClearContentIdStateAction

    Clear the IContent's id the user was playing on.

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

    Constructors

    ClearContentIdStateAction()

    Declaration
    public ClearContentIdStateAction()

    Fields

    _typesToDispatchAs

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

    _unloadedContentId

    Declaration
    protected string _unloadedContentId
    Field Value
    Type Description
    String

    _userSavedData

    Declaration
    protected IUserSavedData _userSavedData
    Field Value
    Type Description
    IUserSavedData

    Properties

    TypesToDispatchAs

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

    UnloadedContentId

    Declaration
    public virtual string UnloadedContentId { get; }
    Property Value
    Type Description
    String

    UserSavedData

    Declaration
    public virtual IUserSavedData UserSavedData { get; }
    Property Value
    Type Description
    IUserSavedData

    Methods

    Apply()

    Declaration
    public virtual void Apply()

    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.