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

Vehicle::getCauseOfDestruction

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

iVar3 = get_vehicle_cause_of_destruction(uLocal_248[iVar2]);
if (iVar3 == joaat('weapon_stickybomb'))
{
func_171(726);
iLocal_260 = 1;
}

Syntax

<syntaxhighlight lang="javascript">vehicle.getCauseOfDestruction();</syntaxhighlight>

Required Arguments

Return value

  • Model hash or name

Example

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

See also