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