Difference between revisions of "DOES OBJECT OF TYPE EXIST AT COORDS"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Native |game = 4 |noheader = 0 |np = 5 |p1t = float |p1d = x |p2t = float |p2d = y |p3t = float |p3d = z |p4t = float |p4d...")
 
 
Line 12: Line 12:
 
|p4d      = radius
 
|p4d      = radius
 
|p5t      = unsigned integer
 
|p5t      = unsigned integer
|p5d      = model
+
|p5d      = model (hash)
 
|r        = 1
 
|r        = 1
 
|rt      = boolean
 
|rt      = boolean
 
|rd      = returns if an object with the specified model exists around the specified coordinates
 
|rd      = returns if an object with the specified model exists around the specified coordinates
 
}}
 
}}

Latest revision as of 19:43, 25 March 2015

DOES_OBJECT_OF_TYPE_EXIST_AT_COORDS
Number of parameters: 5
Parameter #TypeDescription
1.floatx
2.floaty
3.floatz
4.floatradius
5.unsigned integermodel (hash)
Return value:
TypeDescription
booleanreturns if an object with the specified model exists around the specified coordinates