Files
wow_Meta/api/SummonFriend.lua
2025-05-04 15:15:00 +02:00

8 lines
421 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param name string
---@param unit string
---Summons a unit whose account is linked to the player's via the Recruit-a-Friend program. Does not instantly teleport the unit -- calling this function begins casting the Summon Friend "spell", and once it completes the unit is prompted to accept or decline the summon.
function SummonFriend(name, unit) end