Show / Hide Table of Contents

    Interface ITimedRewardData

    The data associated with an ITimedReward

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

    Properties

    duration

    The number of milliseconds required to pass in between Claim()s of the rewardId

    Declaration
    long duration { get; }
    Property Value
    Type Description
    Int64

    initialDuration

    The duration to use if the ITimedReward has not been claimed at least once. This allows for the ability to have the ITimedReward be immediately available the first time and then use duration between subsequent claims.

    Declaration
    long initialDuration { get; }
    Property Value
    Type Description
    Int64

    rewardId

    The id of the IReward that can be claimed by the associated ITimedReward

    Declaration
    string rewardId { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 East Side Games Inc.