Files
wow_Meta/api/IsReferAFriendLinked.lua
2025-05-04 14:35:26 +02:00

7 lines
240 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---@return 1nil isLinked
---Returns whether a unit's account is linked to the player's via the Recruit-a-Friend program
function IsReferAFriendLinked(unit) end