1
0
EQ2Emu/docs/lua_functions/GetLevel.md

288 B

Function: GetLevel(spawn)

Description: Gets the current level of the spawn (not effective level).

Parameters:

  • spawn (Spawn) - Spawn object representing spawn.

Returns: UInt32 value of the Spawn's level.

Example:

   local level = GetLevel(Player)