1
0
EQ2Emu/docs/lua_functions/GetSpawnByRailID.md

15 lines
288 B
Markdown

### 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