Difference between revisions of "Native function returning false"

From GTAMods Wiki
Jump to navigation Jump to search
(Undo revision 4069 by Seemann (Talk))
m
Line 9: Line 9:
 
}}
 
}}
  
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 [[Special:WhatLinksHere/{{PAGENAMEE}}|this link]]. Note that for some function number of parameters could vary (being more than 1).
+
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 [[Special:WhatLinksHere/{{PAGENAMEE}}|this link]]. Note that for some functions number of parameters could vary (being more than 1).
  
 
[[Category:Native functions]]
 
[[Category:Native functions]]

Revision as of 14:49, 28 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 functions number of parameters could vary (being more than 1).