Difference between revisions of "DOES VEHICLE EXIST"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 7: Line 7:
 
|rd=true if the vehicle handle is allocated
 
|rd=true if the vehicle handle is allocated
 
}}
 
}}
This function checks if the vehicle handle is allocated in the game.
+
Returns a boolean indicating if the specified vehicle handle is allocated in the game.

Latest revision as of 13:48, 2 January 2009

DOES_VEHICLE_EXIST
Number of parameters: 1
Parameter #TypeDescription
1.handlevehicle handle
Return value:
TypeDescription
booleantrue if the vehicle handle is allocated

Returns a boolean indicating if the specified vehicle handle is allocated in the game.