Difference between revisions of "RigDataView:GetFixtureCount"

From Moving Light Assistant
Jump to: navigation, search
(Added page.)
(No difference)

Revision as of 00:30, 18 July 2015

GetFixtureCount()

Returns an integer.

This function will return the number of fixture rows displayed in the Rig Data viewt. 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.