This shows you the differences between two versions of the page.
— |
macros:function:handles.setlegend [2018/06/25 14:52] (current) icke_siegen created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | Function | ||
+ | ====== Handles.SetLegend ====== | ||
+ | |||
+ | Void Handles.SetLegend() | ||
+ | |||
+ | ^ API | http://api.avolites.com/11.0/Handles.SetLegend.html | | ||
+ | ^ description | Set all the source handles to the pending legend. | | ||
+ | ^ [[macros:namespace|namespace]] | [[macros:namespace:handles]] | | ||
+ | ^ parameter | no direct parameter. Implicitely this works with [[macros:property:handles.pendinglegend]] and with [[macros:property:handles.sourcehandle|]]| | ||
+ | ^ return value | [[macros:type:void]] | | ||
+ | |||
+ | This works an **all** source handles at once. | ||
+ | |||
+ | == Example in == | ||
+ | [[macros:example:setplaybacklegend]]: | ||
+ | |||
+ | <code xml> | ||
+ | <step>Handles.SetLegend()</step> | ||
+ | </code> | ||
+ | |||
+ | == Also used in == | ||
+ | |||
+ | {{backlinks>.}} | ||
+ | |||
+ | == Remarks == | ||
+ | |||
+ | ~~DISCUSSION~~ |