Difference between revisions of "PresetDocView:GetSelectedPresetCount"

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

Revision as of 16:58, 21 January 2019

GetSelectedPresetCount()

Returns an integer.

This function will return the number of selected preset rows displayed in the Preset Documentation preset list.

Example.

numSelected = PresetDocView:GetSelectedPresetCount()

This would assign to the variable numSelected the number of presets selected in the preset list. Available in MLA v1.3.2 Beta 5 onwards.