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

313 B

Function: SetTemporaryTransportID(player, transport_id)

Description: Set's the Spawn (Player)'s temporary transport id.

Parameters:

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

Returns: None.

Example:

Example Required