Minimap Toggle
The Minimap Toggle Action allows you to programmatically show, hide, or toggle the small HUD minimap visibility for a specific player.
Configuration
state — Enum
The desired state:
SHOW: Force minimap visible.HIDE: Force minimap hidden.TOGGLE: Switch current state.
action:
type: minimap_toggle
state: HIDE