Show / Hide Table of Contents

    Interface IModifiable

    A controller that implements this interface becomes a valid target for IModifier to affect. When currency, speed or other attribute of the IModifiable objects are being calculated, the IModifierData on the IModifier object would be applied. IModifiableData IModifier IModifierDataCollection

    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IModifiable
    Examples

    IUpgradeableCurrency which is an IModifier affected the out put of IGeneratorEntity, which is a IModifiable every time IEconomyService calculates the output of the IGeneratorEntity.

    Properties

    modifiableData

    Returns the IModifiableData associated to this controller Note: This is almost always the controllers static data ///

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