GetBoxSelection

Gets the current value of box selection mode.

Function

bool GetBoxSelection()

Return Value

Returns the current value of box selection mode, set by SetBoxSelection. Defaults to false.

Example

Toggle box selection mode.

SYM3.SetBoxSelectionMode(!SYM3.GetBoxSelectionMode());