Files
wow_Meta/api/UseHearthstone.lua
2024-12-16 13:13:08 +01:00

5 lines
236 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return boolean state
---Attempts to use the player's Hearthstone. Used by the support/help interface to resolve issues where a player is stuck.
function UseHearthstone() end