# Set Resource Trading Allowed
Grammar — allow|Allow resource trading for resourceType|Resource
Flags —Native
|Action
Allows or disallows resource trading for the specified Resource Type
# Arguments
int
<preset::ResourceType> — Resource Typebool
<preset::AllowDisallowOption> — Allow
Returns — void
native void UISetResourceTradingAllowed(
int inResourceType,
bool inAllowed,
);
# Related
Category: UI / Resource Trading
- Set Resource Trade Countdown Time —
void
— UISetResourceTradeCountdownTime - Set Resource Trading Allowed —
void
— UISetResourceTradingAllowed - Set Resource Trading Minor Step —
void
— UISetResourceTradingMinorStep - Set Resource Trading Major Step —
void
— UISetResourceTradingMajorStep
# Examples
— None found —