1
0
EQ2Emu/docs/lua_functions/GetRaceName.md

239 B

Function: GetRaceName(spawn)

Description: Gets the string name of the Spawn's race.

Parameters:

  • spawn (Spawn) - Spawn object representing spawn.

Returns: String of the spawn's race.

Example:

Example Required