Trade ko KR - Reetus/ClassicAssist GitHub Wiki
ν΄λμμ΄μμ€νΈ 맀ν¬λ‘ λͺ λ Ήμ΄
μμ±λ 2024-12-15 μ€μ 3:30:41
λ²μ : 4.425.22+b9a337759d26b9d39ae8ccaac75a36c4255be94a
Translated by Mark Hunt & Andy H.
무μ
TradeAccept
λ©μλ μκ·Έλμ²:
Void TradeAccept()
μ€λͺ :
Accepts the current trade window
μμ:
TradeAccept()
TradeClose
λ©μλ μκ·Έλμ²:
Void TradeClose()
μ€λͺ :
Closes the current trade window
μμ:
TradeClose()
TradeCurrency
λ©μλ μκ·Έλμ²:
Void TradeCurrency(Int32, Int32)
μ€λͺ :
Sets the gold and platinum in the trade window (for shards that support it)
μμ:
TradeCurrency(60000, 1)
TradeReject
λ©μλ μκ·Έλμ²:
Void TradeReject()
μ€λͺ :
Rejects (unticks) the current trade window
μμ:
TradeReject()
WaitForTradeWindow
λ©μλ μκ·Έλμ²:
Boolean WaitForTradeWindow(Int32)
νλΌλ―Έν°
- timeout: milliseconds μ§μ λ μκ°μ΄κ³Όλ¨. (μ΅μ )
μ€λͺ :
Waits the specified number of milliseconds for trade window action, -1 for infinite
μμ:
WaitForTradeWindow(5000)