IsVehicleStreamedIn
Revision as of 15:32, 15 March 2022 by 137.97.101.184 (talk) (Created page with "{{Welcome| desc=Checks if a vehicle is streamed in for an NPC. Only nearby vehicles are streamed in.| params=<syntaxhighlight lang="lua">(vehicleid)</syntaxhighlight> <poem>::...")
Description:
Checks if a vehicle is streamed in for an NPC. Only nearby vehicles are streamed in.
Parameters:
(vehicleid)
vehicleid: The ID of the vehicle to check if streamed in.
Return Values:
true, if the vehicle is streamed in.
false, if the vehicle is not streamed in.
if(IsVehicleStreamedIn(vehicleid)) { //Do something ! }
Related Functions
The following functions may be helpful as they relate to this function in one way or another.