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

Entity::getVehicleIndexFromIndex

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

Simply returns whatever is passed to it (Regardless of whether the handle is valid or not).

Syntax

<syntaxhighlight lang="javascript">entity.getVehicleIndexFromIndex();</syntaxhighlight>

Required Arguments

Return value

  • Vehicle handle or object

Example

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

See also