warcraft.wiki.gg

API IsOnGlueScreen

  • ️Tue Oct 22 2024
Spell holy borrowedtime.png This function was deprecated in patch 11.0.5 and will be removed in the next expansion.

Returns whether the game is currently showing a GlueXML screen (i.e. no character is logged in).

isOnGlueScreen = IsOnGlueScreen()

Returns

isOnGlueScreen
boolean - false if a character is logged in; true otherwise.

Details

  • This function will always return false if called by an AddOn -- addons only run when a character is logged in.

Patch changes

References