---
title: "selectabilityOn"
canonical: "https://help.vicon.com/space/Shogun110/13075853/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/Shogun110/pages/13075671)
- [select](https://vicon-help.atlassian.net/wiki/spaces/Shogun110/pages/13075851)
- [show](https://vicon-help.atlassian.net/wiki/spaces/Shogun110/pages/13076055)