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

6 lines
241 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