Show / Hide Table of Contents

    Interface ITimedBoost

    A class that provides IModifier functionality that doesn't need to be tied to a specific entity and is, instead, its own entity. Activation and deactivation of the IModifier is controlled via a subscription to the ITimerService.

    Inherited Members
    IBoost.boostData
    IBoost.boostSavedData
    IBoost.isActive
    IBoost.Activate()
    IBoost.Deactivate()
    IEntity.staticDataId
    IEntity.instanceId
    IEntity.Initialize()
    IEntity.Cleanup(IEntityLoaderService)
    IModifier.modifierId
    IModifier.canBeApplied
    IModifier.modifierDataIndex
    IModifier.modifierDataCollection
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ITimedBoost : IBoost, IEntity, IInjectable, IModifier

    Properties

    timedBoostData

    Returns the ITimedBoostData associated with this ITimedBoost.

    Declaration
    ITimedBoostData timedBoostData { get; }
    Property Value
    Type Description
    ITimedBoostData

    timedBoostSavedData

    Returns the ITimedBoostSavedData associated with this ITimedBoost.

    Declaration
    ITimedBoostSavedData timedBoostSavedData { get; }
    Property Value
    Type Description
    ITimedBoostSavedData

    timeRemaining

    Returns the time remaining in milliseconds.

    Declaration
    long timeRemaining { get; }
    Property Value
    Type Description
    Int64
    Back to top Copyright © 2020 East Side Games Inc.