PresetDocView:GetSelectedPresetCount

From Moving Light Assistant
Jump to: navigation, search

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.