Functions Documentation
View Function Edit Function
Name scrExitScreen
Syntax (scrExitScreen screen ['forceUndock])
Argument List screen: Screen to exit, probably always gScreen
['forceUndock]: optinal token, if present will return the player to the game screen instead of the prior dockscreen.
Returns nothing?
Category screen, 1.04
Description Exits the current dockscreen, or the entire dockscreen stack.
Example
(scrExitScreen gScreen)
(scrExitScreen gScreen 'forceUndock)


The only two invocations of this function in TranscendenceSource, perhaps the only meaningful ones possible.
Comment Added in 1.04 to rpelace scrEexitDock.