Difference between revisions of "Api.cues"

From Light Forge Wiki
Jump to: navigation, search
(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)
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox