RigDataView:GetFixtureCount

From Moving Light Assistant
Revision as of 00:30, 18 July 2015 by Andyv wiki admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.