macros:function:playbacks.editor.ensureplaybackcueselected
Function
Playbacks.Editor.EnsurePlaybackCueSelected
Void Playbacks.Editor.EnsurePlaybackCueSelected()
| API | ./. |
|---|---|
| description | This undocumented function is required when selecting single-cue playbacks to make sure the cue is in the editor. |
| namespace | Playbacks.Editor |
| parameter | none |
| return value | Void |
Example in
<step>Handles.SetSourceHandle("PlaybackWindow", 1)</step> <step condition="Playbacks.IsCueHandle(Handles.SourceHandle)"> ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", Handles.SourceHandle)</step> <step>Playbacks.Editor.EnsurePlaybackCueSelected()</step> <step>ActionScript.SetProperty("Playbacks.Editor.Times.CueFadeInTime", time:3)</step>
Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/playbacks.editor.ensureplaybackcueselected.txt · Last modified: 2018/08/27 15:13 by 127.0.0.1
