Files
wow_Meta/api/ResurrectGetOfferer.lua
2025-05-04 14:35:26 +02:00

6 lines
256 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return string name
---Returns the name of a unit offering to resurrect the player. Returns nil if no resurrection has been offered or if an offer has expired.
function ResurrectGetOfferer() end