# Set Resource Trading Minor Step
Grammar — Set the Minor Step for resourceType|Resource to amount|Amount
Flags —Native|Action
The minor step is the amount incremented by clicking the arrows in the Team Resource Panel
# Arguments
int<preset::ResourceType> — Resource Typeint— Amount
Returns — void
native void UISetResourceTradingMinorStep(
int inResourceType,
int inAmount,
);
# 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 —