7 lines
392 B
Lua
7 lines
392 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
||
|
||
---@param unit unitID
|
||
---@return 1nil success
|
||
---Enables comparing achievements/statistics with another player. After a call to this function, the INSPECTACHIEVEMENTREADY event fires to indicate that achievement/statistic comparison functions will return valid data on the given unit.
|
||
function SetAchievementComparisonUnit(unit) end
|