Function
Boolean Playbacks.IsCueHandle(Handle handle)
API | http://api.avolites.com/11.0/Playbacks.IsCueHandle.html |
---|---|
description | Returns whether the specified handle is a cue handle |
namespace | Playbacks |
parameter | handle ( Handle ) : the handle of the playback to test |
return value | Boolean |
<step condition="Playbacks.IsCueHandle(Handles.SourceHandle)"> ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", Handles.SourceHandle) </step>
Here a handle is set as SourceHandle only if it is a playback handle.