-
-
Notifications
You must be signed in to change notification settings - Fork 5
SelectionCount
Anthony Headley edited this page Apr 19, 2020
·
2 revisions
Returns a count of the number of fixtures selected
| Name | Description | Optional |
|---|
int : Count of fixtures selected.
Patched Fixtures:
| FID | Gird | Description |
|---|---|---|
| 101 | 0/0/0 | Dimmer 1 |
| 102 | 1/0/0 | Dimmer 2 |
| 103 | 0/1/0 | Dimmer 3 |
| 104 | 1/1/0 | Dimmer 4 |
Fixture 2 thru 4
local count = SelectionCount()
Echo("Selected Count: %d", count) -- Selected Count: 3