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. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Playbacks.Editor]] | ^ parameter | none | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:setplaybackfadeintime]]: Handles.SetSourceHandle("PlaybackWindow", 1) ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", Handles.SourceHandle) Playbacks.Editor.EnsurePlaybackCueSelected() ActionScript.SetProperty("Playbacks.Editor.Times.CueFadeInTime", time:3) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~