Files
wow_Meta/api/NotWhileDeadError.lua
2025-05-04 15:15:00 +02:00

6 lines
331 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---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