RigDataView:GetFixtureCount

From Moving Light Assistant
Jump to: navigation, search

GetFixtureCount()

Returns an integer.

This function will return the number of fixture rows displayed in the Rig Data view. You can use sorting and filtering of the fixture list to only display specific fixtures.

Example.

numFixtures = RigDataView:GetFixtureCount()

This would assign to the variable numFixtures the number of fixtures displayed in the fixture list.