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

396 B

Function: SendTransporters(spawn, player, transport_id)

Description: Send the transporters list to the Player from the Spawn with the transport_id.

Parameters:

  • spawn (Spawn) - Spawn object representing spawn.
  • player (Spawn) - Spawn object representing player.
  • transport_id (uint32) - Integer value transport_id.

Returns: None.

Example:

Example Required