Show / Hide Table of Contents

    Interface ICustomPayoutReward

    A type of IReward which can run its own custom logic to pay out the player. An example of this can be see in the IAvatarsUnlockReward.

    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 ICustomPayoutReward : IReward, IPayoutEntity, IEntity, IInjectable

    Methods

    ProcessCustomPayout()

    Ths method this IReward will call to payout to the player.

    Declaration
    void ProcessCustomPayout()
    Back to top Copyright © 2020 East Side Games Inc.