CueInfo CueInfo:GetSelectedCueInfo()

Returns an CueInfo class/structure.

This function will return a CueInfo structure for the currently selected cue in the Cue List view.

It will return nil if there is an error. It is worth checking for this situation.

Example.

cueInfoObject = CueInfo:GetSelectedCueInfo()
if cueInfoObject ~= nil then
    cueNumber = cueInfoObject.CueNumber
end

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.