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

Vehicle::isVisible

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

must be called after TRACK_VEHICLE_VISIBILITY

it's not instant so probabilly must pass an 'update' to see correct result.

Syntax

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

Required Arguments

Return value

  • Boolean

Example

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

See also