Skip to content

GetSubfixtureCount

Anthony Headley edited this page Apr 28, 2020 · 1 revision

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)
Clone this wiki locally