Difference between revisions of "PresetDocView:GetSelectedChannelCount"
From Moving Light Assistant
(Added Page.) |
(No difference)
|
Latest revision as of 16:00, 21 January 2019
GetSelectedChannelCount()
- Returns an integer.
This function will return the number of selected channel rows displayed in the Preset Documentation channel list.
Example.
numSelected = PresetDocView:GetSelectedChannelCount()
This would assign to the variable numSelected the number of channels selected in the channel list.
Available in MLA v1.3.2 Beta 5 onwards.