Function EnableMinimapFilterButtons

  • Toggles the "player color display mode" and "minimap creep display" buttons.

    When the buttons are disabled, the player cannot control the minimap appearance or player colors (ally/enemy).

    Parameters

    • enableAlly: boolean

      true to enable the button (default), false to disable. See: GetAllyColorFilterState for an explanation.

    • enableCreep: boolean

      true to enable the button (default), false to disable. See: GetCreepCampFilterState for an explanation.

    Returns void

    Note

    This controls a player setting. Do not change it without a reason. Moreover this is an accessibility setting that may be used by visually impaired players.

    Note

    The buttons turn gray and their hotkeys stop working too.

Generated using TypeDoc