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

Vehicle::trackVisibility

Материал из RAGE MP Wiki Archive
Версия от 23:48, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

in script hook .net

Vehicle v = ...;
Function.Call(Hash.TRACK_VEHICLE_VISIBILITY, v.Handle);

Syntax

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

Required Arguments

Return value

  • Undefined

Example

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

See also