-
-
Notifications
You must be signed in to change notification settings - Fork 5
GetSubfixtureCount
Anthony Headley edited this page Apr 28, 2020
·
1 revision
Returns a count of the number of fixtures the console is tracking. This includes patched and previously patched; fixtures, channels, units lacking fixture or channel numbers, sub fixtures and global fixtures.
⚠ Could use a better description ⚠
Name | Type | Description | Optional |
---|
Type | Description |
---|---|
int | number of SubFixtures |
local count = GetSubFixtureCount()
Echo("Sub Fixtures Found: " .. count)