GetSubfixtureCount - hossimo/GMA3Plugins GitHub Wiki
GetSubfixtureCount() : int
Brief:
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 ⚠
Paramiters:
Name | Type | Description | Optional |
---|
Returns:
Type | Description |
---|---|
int | number of SubFixtures |
Examples:
local count = GetSubFixtureCount()
Echo("Sub Fixtures Found: " .. count)