macros:function:playbacks.setcuelegend
This is an old revision of the document!
Function
Playbacks.SetCueLegend
Void Playbacks.SetCueLegend(Handle handle, Single cueNumber, String newLegend)
API | http://api.avolites.com/11.0/Playbacks.SetCueLegend.html |
---|---|
description | Sets the legend of a cue. (That is, the legend of a cue in a chase or cuelist.) |
namespace | Playbacks |
parameter | parameter1 ( Handle ) : The handle of the playback with the cue. |
parameter2 ( Single ) : The cue number. | |
parameter2 ( String ) : The new legend. | |
return value | Void |
Example in
Legend - Set a chase cue's legend:
<step>Playbacks.SetCueLegend(handle:"chaseHandleUN=10555", 1, Math.ToString(Profiles.GetHandleProfileId(handle:"chaseHandleUN=10555")))</step>
or a simpler example, see http://forum.avolites.com/viewtopic.php?f=20&t=5554
<step>Playbacks.SetCueLegend(handle:"chaseHandleUN=10555", 1, "Test")</step>
Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/playbacks.setcuelegend.1529926772.txt.gz · Last modified: 2018/06/25 11:39 by icke_siegen