Difference between revisions of "DOES VEHICLE EXIST"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{Native |np=1 |p1t=handle |p1d=vehicle handle }} This function checks if the vehicle handle is allocated in the game.)
 
Line 3: Line 3:
 
|p1t=handle
 
|p1t=handle
 
|p1d=vehicle handle
 
|p1d=vehicle handle
 +
|r=1
 +
|rt=boolean
 +
|rd=true if the vehicle handle is allocated
 
}}
 
}}
 
This function checks if the vehicle handle is allocated in the game.
 
This function checks if the vehicle handle is allocated in the game.

Revision as of 13:47, 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

This function checks if the vehicle handle is allocated in the game.