Show / Hide Table of Contents

    Interface IStandardContentSavedData

    ISavedData for IStandardContent.

    Inherited Members
    IContentSavedData.HasStarted
    IContentSavedData.CurrentStageId
    ISavedData.TimeCreated
    ISavedData.TimeModified
    ISavedData.Load()
    ISavedData.Save()
    ISavedData.Delete()
    ISavedData.Reset()
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IStandardContentSavedData : IContentSavedData, ISavedData, IInjectable

    Properties

    ActiveTradeId

    The id of the current active ITrade. Set to empty string is no trade is currently active.

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

    LastActiveTradeDeactivationTime

    The last time an ITrade was deactivated.

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

    TradeInputCurrencyAmount

    The associated input CurrencyAmount with the current active ITrade.

    Declaration
    CurrencyAmount TradeInputCurrencyAmount { get; }
    Property Value
    Type Description
    CurrencyAmount

    TradeOutputCurrencyAmount

    The associated output CurrencyAmount with the current active ITrade.

    Declaration
    CurrencyAmount TradeOutputCurrencyAmount { get; }
    Property Value
    Type Description
    CurrencyAmount

    Methods

    Activate(ITrade)

    Sets the active ITrade for the current IStandardContent.

    Declaration
    void Activate(ITrade trade)
    Parameters
    Type Name Description
    ITrade trade

    Deactivate(Int64)

    Removes the active ITrade from the current IStandardContent.

    Declaration
    void Deactivate(long endTime)
    Parameters
    Type Name Description
    Int64 endTime
    Back to top Copyright © 2020 East Side Games Inc.