Show / Hide Table of Contents

    Class SetContentIdLoadPhase

    This ILoadPhase determines which IContent to load based on the IUserSavedData and active IEventSettings.

    Inheritance
    Object
    SetContentIdLoadPhase
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class SetContentIdLoadPhase : LoadPhaseBase

    Fields

    _actionService

    Declaration
    protected IActionService _actionService
    Field Value
    Type Description
    IActionService

    _contentIdToLoad

    Declaration
    protected string _contentIdToLoad
    Field Value
    Type Description
    String

    Methods

    Cleanup()

    Declaration
    public override void Cleanup()

    Initialize(String)

    Initialize the ILoadPhase with the contentIdToLoad we wish to load.

    Declaration
    public virtual ILoadPhase Initialize(string contentIdToLoad)
    Parameters
    Type Name Description
    String contentIdToLoad
    Returns
    Type Description
    ILoadPhase

    Inject(IResolver)

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

    RunCancelLogic()

    Declaration
    protected override void RunCancelLogic()

    RunCompleteLogic()

    Declaration
    protected override void RunCompleteLogic()

    RunRevertLogic()

    Declaration
    protected override void RunRevertLogic()

    RunStartLogic()

    Declaration
    protected override void RunStartLogic()
    Back to top Copyright © 2020 East Side Games Inc.