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

7 lines
471 B
Lua

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