Function
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.
<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>