Difference between revisions of "Native function returning false"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 5: Line 5:
 
}}
 
}}
  
This [[native function]] ''always'' returns a hardcoded value of 0 or 1, depending on if the executable was compiled for Xbox 360, or PS3. The original title and information for this native were incorrect.  
+
This [[native function]] ''always'' returns a hardcoded value of 0 or 1, depending on if the executable was compiled for Xbox 360, or PS3. The title and original information for this native were incorrect.  
  
 
[[Category:Native functions]]
 
[[Category:Native functions]]

Latest revision as of 07:47, 5 November 2023

Native_function_returning_false
Number of parameters: 0
Return value:
TypeDescription
bool1 or 0, depending on your console

This native function always returns a hardcoded value of 0 or 1, depending on if the executable was compiled for Xbox 360, or PS3. The title and original information for this native were incorrect.