PresetDocView:GetSelectedPresetCount

From Moving Light Assistant
Revision as of 16:58, 21 January 2019 by Andyv wiki admin (Talk | contribs) (Added Page.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.