Difference between revisions of "Api.cues"
From Light Forge Wiki
Chris Monson (Talk | contribs) (Created page with "=Methods= ==getCuelistCount== '''getCuelistCount() As Integer''' Returns the number of cuelists in this show. Usage: cuelistCount = api.cues.getCuelistCount() print(c...") |
Revision as of 17:43, 7 May 2013
Methods
getCuelistCount
getCuelistCount() As Integer
Returns the number of cuelists in this show.
Usage:
cuelistCount = api.cues.getCuelistCount() print(cuelistCount)
getCuelistLength
getCuelistLength() As Double
Returns the length of the current cuelist in seconds or beats
Usage:
cuelistLength = api.cues.getCuelistLength() print(cuelistLength)