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

7 lines
265 B
Lua

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