Properties can be accessed from CueInfo class/structures obtained from a selected Cue using the CueInfo:GetSelectedCueInfo() function. Note that several properties are used internally by Moving Light Assistant and may not be of much use to users.
To read or write to a ‘member’ property of a CueInfo class/structure, a dot separator is used between the _CueInfo_class/structure object and the property.
cueNum = cueInfo.CueNumber
Gets the cueInfo.CueNumber property from a previously retrieved CueInfo class/structure called cueInfo and assigns it to the variable cueNum.
cueInfo.CueNumber = "30"
Sets the CueNumber property of a previously retrieved CueInfo class/structure to “30”.
Action
String value
The Action property is not currently used.
ActNumber
String value
The ActNumber property is used to determine which act the cue is in.
CueNumber
String value
The CueNumber property is the string representation of the cue.
CueNumberAsNumeric
Numeric(float) value
The CueNumberAsNumeric property is the numeric representation of the cue.
Description
String value
The Description property is a description for the cue i.e. what happens in the cue.
Image1Caption
String value
The Image1Caption property is the caption/description for cue image 1.
Image1FileName
String value
The Image1FileName property is the file name of image 1 when it was imported into Moving Light Assistant.
Image1UseReference
Numeric(integer) value
The Image1UseReference property indicates that image 1 is using a reference image. Not currently implemented, for future use.
Image1VectorData
String value
The Image1VectorData property is a string of data to generate annotation drawings on image 1.
Image2Caption
String value
The Image2Caption property is the caption/description for cue image 2.
Image2FileName
String value
The Image2FileName property is the file name of image 2 when it was imported into Moving Light Assistant.
Image2UseReference
Numeric(integer) value
The Image2UseReference property indicates that image 2 is using a reference image. Not currently implemented, for future use.
Image2VectorData
String value
The Image2VectorData property is a string of data to generate annotation drawings on image 2.
Image3Caption
String value
The Image3Caption property is the caption/description for cue image 3.
Image3FileName
String value
The Image3FileName property is the file name of image 3 when it was imported into Moving Light Assistant.
Image3UseReference
Numeric(integer) value
The Image3UseReference property indicates that image 3 is using a reference image. Not currently implemented, for future use.
Image3VectorData
String value
The Image3VectorData property is a string of data to generate annotation drawings on image 3.
Image4Caption
String value
The Image4Caption property is the caption/description for cue image 4.
Image4FileName
String value
The Image4FileName property is the file name of image 4 when it was imported into Moving Light Assistant.
Image4UseReference
Numeric(integer) value
The Image4UseReference property indicates that image 4 is using a reference image. Not currently implemented, for future use.
Image4VectorData
String value
The Image4VectorData property is a string of data to generate annotation drawings on image 4.
Notes
String value
The Notes property is used for any notes for the cue.
Page
String value
The Page property is not currently used.
Part
String value
The Part property is used to indicate the part number for this entry of a cue.
SceneNumber
String value
The SceneNumber property is used to determine which scene number the cue is in.
Scenery
String value
The Scenery property is used to determine which set is on stage for the cue.
SceneText
String value
The SceneText property is used to determine the scene name the cue is in.



