UISystem

Documents the UISystem class and its functions.

triangle-exclamation

Invoking UISystem

To invoke the UI system, use the following Global function:

uis = Game.GetUISystem()

Sub-functions

ClearGlobalThemeOverride

ClearGlobalThemeOverride();

HideTutorialBracket

HideTutorialBracket(bracketID : CName);

HideTutorialOverlay

HideTutorialOverlay(data : TutorialOverlayData);

PopGameContext

PopGameContext(context : UIGameContext);

PushGameContext

QueueEvent

RequestNewVisualState

RequestVendorMenu

ResetGameContext

RestorePreviousVisualState

SetGlobalThemeOverride

ShowTutorialBracket

ShowTutorialOverlay

SwapGameContext

Last updated