BlzEnableSelections
- Parameters
-
enableSelection boolean
true to enable, false to disable selection
enableSelectionCircle boolean
true to show, false to hide selection circles on units and doodads
- comment
Controls selection settings globally: enables/disables selection of units, and visibility of selection circles
- patch
1.31
- return type
nothing
- Source code
native BlzEnableSelections takes boolean enableSelection, boolean enableSelectionCircle returns nothing
- Source
- ui.j
- wc3modding.com
- BlzEnableSelections