1
0
EQ2Emu/docs/lua_functions/SetRailID.md
2025-05-25 21:42:32 -04:00

261 B

Function: SetRailID(spawn, rail_id)

Description: Set's the rail id of the spawn.

Parameters:

  • spawn (Spawn) - Spawn object representing spawn.
  • rail_id (int64) - Integer value rail_id.

Returns: None.

Example:

Example Required