Files
wow_Meta/api/PetAttack.lua
2024-12-16 13:13:08 +01:00

6 lines
243 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---@param name string
---Instructs the pet to attack. The pet will attack the player's current target if no unit is specified.
function PetAttack(unit, name) end