-
-
Notifications
You must be signed in to change notification settings - Fork 54
Trade
Reetus edited this page Mar 10, 2026
·
81 revisions
Generated on 3/10/2026 3:07:34 AM
Version: 5.0.1+cb2bfafc8ca61e99043cebfbd4c89fcbe562551b
Method Signature:
Void TradeAccept()
Description:
Accepts the current trade window
Example:
TradeAccept() Method Signature:
Void TradeClose()
Description:
Closes the current trade window
Example:
TradeClose() Method Signature:
Void TradeCurrency(Int32, Int32)
Description:
Sets the gold and platinum in the trade window (for shards that support it)
Example:
TradeCurrency(60000, 1) Method Signature:
Void TradeReject()
Description:
Rejects (unticks) the current trade window
Example:
TradeReject() Method Signature:
Boolean WaitForTradeWindow(Int32)
- timeout: Timeout specified in milliseconds. (Optional)
Description:
Waits the specified number of milliseconds for trade window action, -1 for infinite
Example:
WaitForTradeWindow(5000)