Difference between revisions of "Native function returning false"

From GTAMods Wiki
Jump to navigation Jump to search
m
m
Line 5: Line 5:
 
|p1d=pointer to variable to store function result
 
|p1d=pointer to variable to store function result
 
|r=1
 
|r=1
|rt=boolean
+
|rt=integer
 
|rd=always 0
 
|rd=always 0
 
}}
 
}}

Revision as of 18:30, 27 December 2008

Number of parameters: 1
Parameter #TypeDescription
1.pointerpointer to variable to store function result
Return value:
TypeDescription
integeralways 0

This native function always returns 0 as its result. GTA 4 has several functions that act like this. You could find what they are by using this link. Note that for some function number of parameters could vary (being more than 1).