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

Vehicle::attachToCargobob

Материал из RAGE MP Wiki Archive

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