PresetDocView:GetSelectedPresetCount
From Moving Light Assistant
Revision as of 15:59, 21 January 2019 by Andyv wiki admin (Talk | contribs)
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.