PresetDocView:GetSelectedChannelCount

From Moving Light Assistant
Jump to: navigation, search

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.