Difference between revisions of "Native function returning false"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 9: Line 9:
 
}}
 
}}
  
This function ''always'' returns 0 as its result. GTA 4 has several native 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 function number of parameters could vary (being more than 1).
  
 
[[Category:Native functions]]
 
[[Category:Native functions]]

Revision as of 17:49, 27 December 2008

Number of parameters: 1
Parameter #TypeDescription
1.pointerpointer to variable to store function result
Return value:
TypeDescription
booleanalways 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).