Show / Hide Table of Contents

    Interface IMilestoneTrackData

    The data associated with a IMilestoneTrack.

    Inherited Members
    ITrackData.DefaultActive
    ITrackData.ActivatableIds
    ITrackData.ClaimInContentId
    IEntityData.CreateEntity()
    ISavedDataProvider.CreateSavedData()
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IMilestoneTrackData : ITrackData, IActivatableData, IEntityData, ISavedDataProvider, IData

    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

    Declaration
    [Obsolete("Deprecated in version L.1.", true)]
    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.