changeViewport()
Loads a window into the viewport, bypassing the Customization Engine.
WARNING: This method bypasses the Customization Engine and only works on internal DevAtlas windows (AKA hardcoded windows) !!
Syntax:
changeViewport(newViewportID)
Parameters:
newViewportID - The ID of the window you want to load into the viewport.
Result:
The window will be loaded into the Viewport Engine, and if the window's ID cannot be found a 404 error will occur.
Last updated