# Set Resource Trading Allowed

Grammarallow|Allow resource trading for resourceType|Resource
FlagsNative | Action

Allows or disallows resource trading for the specified Resource Type

# Arguments

Returns — void

native void UISetResourceTradingAllowed(
	int inResourceType,
	bool inAllowed,
);

Category: UI / Resource Trading

# Examples

— None found —