Function
This function is not documented and simply found by trying. Hence, this entire documentation is assumed.
Void Handles.Macros.NextPage()
API | no |
---|---|
description | toggles the Macros buttons to the next page |
Namespaces | Handles.Macros |
parameter | |
return value | (Void) |
This function does not fully work as Avolites never intended these buttons to be paged.
Handles.Macros.NextPage() ) doesn’t increment, but always goes to page 1.
<macro id="Avolites.Macros.NextMacrosPage" name="Static Macros Page +1"> <description>Goes to the next macros page.</description> <sequence> <step>Handles.Macros.NextPage()</step> </sequence> </macro>