Difference between revisions of "DOES OBJECT EXIST"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: '''DOES_OBJECT_EXIST''' [Gta.Object) Returns information wheter object exists or not.)
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''DOES_OBJECT_EXIST''' [Gta.Object)
+
{{Native
 
+
|np=1
Returns information wheter object exists or not.
+
|p1t=handle
 +
|p1d=object handle
 +
|r=1
 +
|rt=boolean
 +
|rd=true if the object handle is allocated
 +
}}
 +
Returns a boolean indicating if the specified object handle is allocated in the game.

Latest revision as of 20:38, 20 January 2009

DOES_OBJECT_EXIST
Number of parameters: 1
Parameter #TypeDescription
1.handleobject handle
Return value:
TypeDescription
booleantrue if the object handle is allocated

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