Trade.TradeData
SecureTrades holds the information about a single tradeing window.
Table of Contents
Properties
AcceptMe
Syntax:
Trade.TradeData.AcceptMeReturns:
BooleanTrade has been accepted by the Player (me).
AcceptTrader
Syntax:
Trade.TradeData.AcceptTraderReturns:
BooleanTrade has been accepted by the Trader (other).
ContainerMe
Syntax:
Trade.TradeData.ContainerMeReturns:
Int32Serial of the container holding the items offerd by the Player (me).
ContainerTrader
Syntax:
Trade.TradeData.ContainerTraderReturns:
Int32Serial of the container holding the items offerd by the Trader (other).
GoldMax
Syntax:
Trade.TradeData.GoldMaxReturns:
Int32Maximum amount of Gold available for the Player (me).
GoldMe
Syntax:
Trade.TradeData.GoldMeReturns:
Int32Amount of Gold offerd by the Player (me).
GoldTrader
Syntax:
Trade.TradeData.GoldTraderReturns:
Int32Amount of Gold offerd by the Trader (other).
LastUpdate
Syntax:
Trade.TradeData.LastUpdateReturns:
SingleLast update of the Trade as UnixTime ( format: "Seconds,Milliseconds" from 1-1-1970 )
NameTrader
Syntax:
Trade.TradeData.NameTraderReturns:
StringName of the Trader (other).
PlatinumMax
Syntax:
Trade.TradeData.PlatinumMaxReturns:
Int32Maximum amount of Platinum available for the Player (me).
PlatinumMe
Syntax:
Trade.TradeData.PlatinumMeReturns:
Int32Amount of Platinum offerd by the Player (me).
PlatinumTrader
Syntax:
Trade.TradeData.PlatinumTraderReturns:
Int32Amount of Platinum offerd by the Trader (other).
SerialTrader
Syntax:
Trade.TradeData.SerialTraderReturns:
Int32Serial of the Trader (other) .
TradeID
Syntax:
Trade.TradeData.TradeIDReturns:
Int32ID of the Trade.