This shows you the differences between two versions of the page.
— |
macros:function:playbacks.iscuehandle [2018/09/16 17:39] (current) icke_siegen created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | Function | ||
+ | ====== Playbacks.IsCueHandle ====== | ||
+ | |||
+ | Boolean Playbacks.IsCueHandle(Handle handle) | ||
+ | |||
+ | ^ API | http:// | ||
+ | ^ description | Returns whether the specified handle is a cue handle | | ||
+ | ^ [[macros: | ||
+ | ^ parameter | handle ( [[macros: | ||
+ | ^ return value | [[macros: | ||
+ | |||
+ | == Example in == | ||
+ | [[macros: | ||
+ | |||
+ | <code xml> | ||
+ | <step condition=" | ||
+ | ActionScript.SetProperty(" | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | Here a handle is set as SourceHandle only if it is a playback handle. | ||
+ | |||
+ | == Also used in == | ||
+ | |||
+ | {{backlinks> | ||
+ | |||
+ | == Remarks == | ||
+ | |||
+ | ~~DISCUSSION~~ |