CueData CueData:GetCueForFixture(fixture, sequenceID, cueNumber, part)

fixture is a string, though an integer will work
sequenceID is a string
_ cueNumber is a string_
part is a string
Returns a CueData object

This function will return a CueData class for the specified fixture and cue from the console cue data in the Moving Light Assistant document.

It will return nil if there is an error or no data exists for the specified fixture/cue. It is worth checking for this situation.

Example.

fixtureCue = CueData:GetCueForFixture(701, "(1) Main", "30", "0")

This will return a CueData object in the fixtureCue variable for fixture 701, sequence (1) Main, cue 30, part 0.
Note that the sequence ID can be found by looking at the cue list names in the Cue List view.

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.