Difference between revisions of "Native function returning false"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{Native |noheader=1 |np=1 |p1t=pointer |p1d=pointer to variable to store function result |r=1 |rt=boolean |rd=always 0 }} This function ''always'' returns 0 as its result. GTA 4 has seve...)
 
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]].
+
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).
  
 
[[Category:Native functions]]
 
[[Category:Native functions]]

Revision as of 13:45, 27 December 2008

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

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 this link. Note that for some function number of parameters could vary (being more than 1).