Show / Hide Table of Contents

    Interface ITimedActivatableData

    Contains the data associated with a certain ITimedActivatable.

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

    Properties

    activatableId

    The id of the IActivatable entity in this ITimedActivatable.

    Declaration
    string activatableId { get; }
    Property Value
    Type Description
    String

    defaultActive

    Whether or not this ITimedActivatable is active on initialization.

    Declaration
    bool defaultActive { get; }
    Property Value
    Type Description
    Boolean

    duration

    The duration increment in milliseconds.

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