5 lines
462 B
Lua
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 |