6 lines
217 B
Lua
6 lines
217 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---Instructs the pet to stay at its current location. If the pet is currently attacking a target, the pet will stop attacking.
|
|
function PetWait() end
|