Api.cues

From Light Forge Wiki
Revision as of 17:46, 7 May 2013 by Chris Monson (Talk | contribs)

Jump to: navigation, search

Contents

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)

getCuelistIndex

getCuelistIndex() As Integer

Returns the index of the current cuelist.

Usage:

  index = api.cues.getCuelistIndex()
  print(index)

selectCuelist

selectCuelist(index As Integer)

Changes to a different cuelist.

Usage:

  api.cues.selectCuelist(2)
  print(api.cues.getCuelistIndex())
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox