Function ====== Handles.StaticPlaybacks.ChangePage ====== [[:about_this_wiki|ASSUMPTION]] >>>This function is not documented but used in factory macros, and found working. Hence, this entire documentation is assumed. Void Handles.StaticPlaybacks.ChangePage(int32 index) ^ API | no | ^ description | toggles the Static Playbacks buttons to a specific page | ^ [[macros:namespace]] | [[macros:namespace:handles.staticplaybacks]] | ^ parameter | [[macros:type:int32]] index -- the index of the page to change to | ^ return value | ([[macros:type:void]]) | == Example in == [[macros:example:changeplaybackpages]]: Changes the presets page to page 2. Handles.StaticPlaybacks.ChangePage(1) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~