Перейти к содержанию

Vehicle::attachToCargobob

Материал из RAGE MP Wiki Archive
Версия от 17:22, 1 мая 2024; imported>Shr0x (See also)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Syntax

<syntaxhighlight lang="javascript">vehicle.attachToCargobob(cargobob, p2, x, y, z);</syntaxhighlight>

Required Arguments

  • cargobob: Vehicle handle or object
  • p2: int
  • x: float
  • y: float
  • z: float

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also