Show / Hide Table of Contents

    Interface IAscensionReward

    An IReward that is used during ascension. The AscensionScore can be used to determine what IRewards the user should receive.

    Inherited Members
    IReward.RewardData
    IReward.CanClaim(Boolean)
    IPayoutEntity.PayoutEntityData
    IPayoutEntity.CalculatePayouts()
    IEntity.Id
    IEntity.Initialize()
    IEntity.Cleanup(IEntityLoaderService)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IAscensionReward : IReward, IPayoutEntity, IEntity, IInjectable

    Properties

    AscensionRewardData

    The IAscensionRewardData associated with this controller.

    Declaration
    IAscensionRewardData AscensionRewardData { get; }
    Property Value
    Type Description
    IAscensionRewardData

    AscensionScore

    The ascension score is used to determine which IRewards the user should receive.

    Declaration
    double AscensionScore { get; }
    Property Value
    Type Description
    Double

    Methods

    SetAscensionScore(Double)

    Sets the AscensionScore. This should be done prior to this IReward being granted.

    Declaration
    void SetAscensionScore(double score)
    Parameters
    Type Name Description
    Double score
    Back to top Copyright © 2020 East Side Games Inc.