Difference between revisions of "CueListView:GetPhotoCountForSelectedCue"
From Moving Light Assistant
(Added page.) |
m |
||
Line 2: | Line 2: | ||
:''Returns an integer.'' | :''Returns an integer.'' | ||
− | This function will return the number of cue photos for the selected cue row in the Cue List view. | + | This function will return the number of cue photos for the selected cue row in the Cue List view. Will return a value of 0 to 4. |
''Example.'' | ''Example.'' |
Latest revision as of 07:06, 18 July 2015
GetPhotoCountForSelectedCue()
- Returns an integer.
This function will return the number of cue photos for the selected cue row in the Cue List view. Will return a value of 0 to 4.
Example.
numPhotos = CueListView:GetPhotoCountForSelectedCue()
This would assign to the variable numPhotos the number of photos for the selected cue in the cue list table..