# Set Minimap Bounds

Grammar — Set Minimap bounds to bounds for players
FlagsNative | Action

Sets the Minimap Bounds to the specified Region.

# Arguments

  • playergroup — Players
  • region — Bounds

Returns — void

native void UISetMiniMapBounds(
	playergroup players,
	region bounds,
);

Category: UI / Game UI

# Examples

— None found —