# Set Resource Trading Minor Step

Grammar — Set the Minor Step for resourceType|Resource to amount|Amount
FlagsNative | Action

The minor step is the amount incremented by clicking the arrows in the Team Resource Panel

# Arguments

  • int [ preset::ResourceType ] — Resource Type
  • int — Amount

Returns — void

native void UISetResourceTradingMinorStep(
	int inResourceType,
	int inAmount,
);

Category: UI / Resource Trading

# Examples

— None found —