Function ====== Handles.PlaybackWindow.ChangePage ====== [[:about_this_wiki|ASSUMPTION]] >>>This function is not documented and simply deducted from other factory macros, and found working. Hence, this entire documentation is assumed. Void Handles.PlaybackWindow.ChangePage(int32 index) ^ API | no | ^ description | toggles the Playbacks window to a specific page | ^ [[macros:namespace]] | [[macros:namespace:handles.playbackwindow]] | ^ parameter | [[macros:type:int32]] index -- the index of the page to change to | ^ return value | ([[macros:type:void]]) | == Example in == [[macros:example:recordtofixedlocation]]: Handles.PlaybackWindow.ChangePage(1) Toggles the playback window to page 1. == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~