# Set Resource Trade Countdown Time

Grammar — Disable resource trading for countdownTime seconds
FlagsNative | Action

Disables resource trading for the specified amount of time in seconds.

# Arguments

  • int — Countdown Time

Returns — void

native void UISetResourceTradeCountdownTime(int time);

Category: UI / Resource Trading

# Examples

# mods/warcoop/warclassic.sc2mod

WarClassic.galaxy

// L1006
UISetResourceTradeCountdownTime(0)