Show / Hide Table of Contents

    Interface IMilestoneTrackData

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

    Properties

    rewardIds

    Returns a list of reward ids that exist in the IContent referenced by the claimInContentId where claiming rewards takes place. The index of the reward corresponds to the index of the IMilestone in activatables

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

    trackContentId

    Returns the instanceId for the associated IContent that this IMilestoneTrack is active in.

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

    Methods

    GetMappedRewardId(String)

    Returns a reward id based on the passed in.

    Declaration
    string GetMappedRewardId(string milestoneId)
    Parameters
    Type Name Description
    String milestoneId
    Returns
    Type Description
    String
    Back to top Copyright © 2020 East Side Games Inc.