288 B
288 B
Function: GetLevel(spawn)
Description: Gets the current level of the spawn (not effective level).
Parameters:
spawn
(Spawn) - Spawn object representingspawn
.
Returns: UInt32 value of the Spawn's level.
Example:
local level = GetLevel(Player)