Function; UI_ScreenIsActive - HWRM/KarosGraveyard GitHub Wiki

UI_ScreenIsActive(<sScreenName>)

Description

Returns true if a named screen is active (visible and, apparently, on the foreground).

Example

if UI_ScreenIsActive("myScreen")==1 then ... end Note: no instances of this function could be found within the game files.

Arguments

<sScreenName>: the name of a screen (as in data:ui/newui/uisettings.lua)

Related Pages

Function Reference

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial