Show / Hide Table of Contents

    Interface ITimedBoostData

    Contains the data associated with a certain ITimedBoost, which includes the data associated with the extended IModifier

    Inherited Members
    IModifierDataCollection.modifierDatas
    IEntityData.CreateEntity(String)
    ISavedDataProvider.CreateSavedData(String)
    ISavedDataProvider.isContentSpecific
    IStaticData.id
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ITimedBoostData : IBoostData, IModifierDataCollection, IEntityData, ISavedDataProvider, IStaticData

    Properties

    duration

    Return the duration increment in milliseconds

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

    maxDuration

    Return the max duration in milliseconds

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