1
0
EQ2Emu/docs/lua_functions/GetSpawnByRailID.md

288 B

Function: GetSpawnByRailID(zone, rail_id)

Description: Gets a spawn in a zone by its rail_id.

Parameters:

  • zone (Zone) - Zone object representing zone.
  • rail_id (int64) - Integer value rail_id.

Returns: Spawn object reference.

Example:

Example Required