Skip to content

Function; UI_SetNextScreen

Cloaked edited this page Jun 10, 2020 · 1 revision

UI_SetNextScreen(<sNextScreenName>, <sCurrentScreenName>)

Description

Sets (preloads?) the next screen before loading it using UI_NextScreen().

Example

UI_SetNextScreen("UserProfile", "NewMainMenu")

Arguments

<sNextScreenName>: the name of the screen to load next.
<sCurrentScreenName>: the name of the current screen.

Related Pages

UI_NextScreen()

Function Reference

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial

Clone this wiki locally