Difference between revisions of "Preset Documentation View"

From Moving Light Assistant
Jump to: navigation, search
(Created page with "This page shows the functions that can be used within the Preset Documentation view, The Preset Documentation view does not need to be visible at the time these functions are ...")
 
m (Added GetSelectedPresetCount & GetSelectedChannelCount)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
This page shows the functions that can be used within the Preset Documentation view, The Preset Documentation view does not need to be visible at the time these functions are called from a script.
 
This page shows the functions that can be used within the Preset Documentation view, The Preset Documentation view does not need to be visible at the time these functions are called from a script.
 +
 +
{| style="border: 1px solid darkgray;" cellpadding="5" cellspacing="0" width="600"
 +
|-
 +
| colspan="3" align="left" style="background:#efefef;"| '''Functions'''
 +
|- border="0"
 +
|
 +
* [[DispatchAction]]
 +
* [[PresetDocView:IsLastChannelRowSelected|IsLastChannelRowSelected]]
 +
* [[PresetDocView:IsLastPresetRowSelected|IsLastPresetRowSelected]]
 +
* [[PresetDocView:GetPhotoCountForSelectedPreset|GetPhotoCountForSelectedPreset]]
 +
* [[PresetDocView:GetPhotoCountForSelectedChannel|GetPhotoCountForSelectedChannel]]
 +
* [[PresetDocView:GetPresetCount|GetPresetCount]]
 +
* [[PresetDocView:GetChannelCount|GetChannelCount]]
 +
* [[PresetDocView:GetSelectedPresetCount|GetSelectedPresetCount]]
 +
* [[PresetDocView:GetSelectedChannelCount|GetSelectedChannelCount]]
 +
|}

Latest revision as of 16:55, 21 January 2019

This page shows the functions that can be used within the Preset Documentation view, The Preset Documentation view does not need to be visible at the time these functions are called from a script.

Functions