8 lines
200 B
Lua
8 lines
200 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param unit string
|
|
---@return number currXP
|
|
---Returns the player's current amount of experience points
|
|
function UnitXP(unit) end
|