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

5 lines
462 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return boolean isAtNPC
---Returns whether the player is interacting with a Stable Master NPC. The Pet Stable UI/API can be active without an NPC if the player is using the Call Stabled Pet ability. New stable slots can only be purchased while talking to an NPC -- the default UI uses this function to determine whether to show UI elements related to purchasing slots.
function IsAtStableMaster() end