Show / Hide Table of Contents

    Interface ISetContentIdLoadPhase

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

    Inherited Members
    ILoadPhase.Cleanup()
    IAsyncLoadable.Load(Action<IAsyncLoadable, Single>, Action<IAsyncLoadable>)
    IAsyncLoadable.CancelLoad()
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ISetContentIdLoadPhase : ILoadPhase, IAsyncLoadable, IInjectable

    Methods

    Initialize(String, String)

    Initialize the ILoadPhase with the contentIdToLoad we wish to load and the mainGameContentId if the operation fails due to IContent being invalid or IEventContent is complete.

    Declaration
    void Initialize(string contentIdToLoad, string mainGameContentId)
    Parameters
    Type Name Description
    String contentIdToLoad
    String mainGameContentId
    Back to top Copyright © 2020 East Side Games Inc.