Initial commit

This commit is contained in:
2024-12-16 13:13:08 +01:00
commit c8d4f32d5d
3093 changed files with 18304 additions and 0 deletions

5
api/IsAtStableMaster.lua Normal file
View File

@@ -0,0 +1,5 @@
---@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