Files
wow-weakauras/Meta/api/NotWhileDeadError.lua
2024-11-07 23:12:37 +01:00

4 lines
324 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Causes the default UI to display an error message indicating that actions are disallowed while the player is dead. Fires a UI_ERROR_MESSAGE event containing a localized message identified by the global variable ERR_PLAYER_DEAD.
function NotWhileDeadError() end