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

Vehicle::getEntryPositionOfDoor

Материал из RAGE MP Wiki Archive
Версия от 19:07, 29 ноября 2021; imported>Shr0x (Created page with "==Syntax== <syntaxhighlight lang="javascript">vehicle.getEntryPositionOfDoor(doorindex: number);</syntaxhighlight> ===Required Args=== *'''doorIndex''' The door index of the v...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Syntax

<syntaxhighlight lang="javascript">vehicle.getEntryPositionOfDoor(doorindex: number);</syntaxhighlight>

Required Args

  • doorIndex The door index of the vehicle

Return value

  • Vector3 The x,y,z of the vehicle door position.

Example

<syntaxhighlight lang="javascript"> //todo

</syntaxhighlight>

See also