8 lines
249 B
Lua
8 lines
249 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@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
|