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
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 |