macros:function:handles.macros.changepage
Function
Handles.Macros.ChangePage
This function is not documented and simply found by trying. Hence, this entire documentation is assumed.
Void Handles.Macros.ChangePage(int32 index)
API | no |
---|---|
description | toggles the Macros buttons to a specific page |
Namespaces | Handles.Macros |
parameter | Int32 index – the index of the page to change to |
return value | (Void) |
This function does not fully work as Avolites never intended these buttons to be paged.
Example in
<macro id="Avolites.Macros.ChangeToMacrosPage4" name="Static Macros Page 4"> <description>Changes the macros page to page 4.</description> <sequence> <step>Handles.Macros.ChangePage(3)</step> </sequence> </macro>
Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/handles.macros.changepage.txt · Last modified: 2017/11/22 09:58 by icke_siegen