Trade cs CZ - Reetus/ClassicAssist GitHub Wiki
Seznam příkazů ClassicAssist
Generováno na 15.12.2024 3:30:41
Verze: 4.425.22+b9a337759d26b9d39ae8ccaac75a36c4255be94a
PoodyCZ(Dorchaide)
Obchod
TradeAccept
Podpis metody:
Void TradeAccept()
Popis:
Accepts the current trade window
Příklad:
TradeAccept()
TradeClose
Podpis metody:
Void TradeClose()
Popis:
Closes the current trade window
Příklad:
TradeClose()
TradeCurrency
Podpis metody:
Void TradeCurrency(Int32, Int32)
Popis:
Sets the gold and platinum in the trade window (for shards that support it)
Příklad:
TradeCurrency(60000, 1)
TradeReject
Podpis metody:
Void TradeReject()
Popis:
Rejects (unticks) the current trade window
Příklad:
TradeReject()
WaitForTradeWindow
Podpis metody:
Boolean WaitForTradeWindow(Int32)
Parametry
- timeout: Časový limit v milisekundách. (Volitelný)
Popis:
Waits the specified number of milliseconds for trade window action, -1 for infinite
Příklad:
WaitForTradeWindow(5000)