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

7 lines
286 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---@param name string
---@param strict boolean
---Causes the player character to automatically follow another unit. Only friendly player units can be followed.
function FollowUnit(unit, name, strict) end