---
title: "selectabilityOn"
canonical: "https://help.vicon.com/space/Shogun16/13340317/selectabilityOn"
format: markdown
---
# Description

Sets the selectability to on for all the modules in the scene.

This command can be used to make objects whose selectability has been turned off selectable again.

## Functional area

Selection

# Command syntax

## Syntax

|  |
| --- |
| `selectabilityOn` |

### Arguments

None

### Flags

None

## Return value

void

## Examples

```plaintext
// Turn on selectability for all modules in the scene.
selectabilityOn;
```

# Additional information

## Related commands

- [hide](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13341559)
- [select](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13340308)
- [show](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13341842)