Show / Hide Table of Contents

    Interface ITrackData

    Contains the IEntityData associated with a certain ITrack.

    Inherited Members
    IEntityData.CreateEntity(String)
    ISavedDataProvider.CreateSavedData(String)
    ISavedDataProvider.isContentSpecific
    IStaticData.id
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ITrackData : IActivatableData, IEntityData, ISavedDataProvider, IStaticData

    Properties

    activatableIds

    Returns a list of IActivatable ids in the ITrack.

    Declaration
    string[] activatableIds { get; }
    Property Value
    Type Description
    String[]

    claimInContentId

    Returns the instanceId for the associated IContent that rewards can be claimed in.

    Declaration
    string claimInContentId { get; }
    Property Value
    Type Description
    String

    defaultActive

    Whether or not this ITrack is active on initialization.

    Declaration
    bool defaultActive { get; }
    Property Value
    Type Description
    Boolean
    Back to top Copyright © 2020 East Side Games Inc.