7 lines
265 B
Lua
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
|