mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
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)