6 lines
207 B
Lua
6 lines
207 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---Enables passive mode for the player's pet. In this mode, the pet will not automatically attack any target.
|
|
function PetPassiveMode() end
|