Difference between revisions of "Talk:List of native functions (GTA IV)"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: ==For future reference== Here's the list of all native functions that were used in original IV scripts (so, it's not complete). http://private.sannybuilder.com/natives_out.txt This list c...)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==For future reference==
 
==For future reference==
 
Here's the list of all native functions that were used in original IV scripts (so, it's not complete).
 
Here's the list of all native functions that were used in original IV scripts (so, it's not complete).
http://private.sannybuilder.com/natives_out.txt
+
http://public.sannybuilder.com/GTA4/natives.txt
  
 
This list contains information about how much input parameters each function has and how much values it returns after execution. Should be useful when describing them.
 
This list contains information about how much input parameters each function has and how much values it returns after execution. Should be useful when describing them.
Line 7: Line 7:
 
I also have the descriptions for almost all natives with what type each parameter has and its possible name, like this
 
I also have the descriptions for almost all natives with what type each parameter has and its possible name, like this
 
  2 1 HAS_CAR_BEEN_DAMAGED_BY_WEAPON(handle car, int weapon)
 
  2 1 HAS_CAR_BEEN_DAMAGED_BY_WEAPON(handle car, int weapon)
Will public it bit later.
+
Will public it bit later. [[User:Seemann|Seemann]] 23:25, 26 December 2008 (UTC)

Latest revision as of 12:28, 18 August 2014

For future reference

Here's the list of all native functions that were used in original IV scripts (so, it's not complete). http://public.sannybuilder.com/GTA4/natives.txt

This list contains information about how much input parameters each function has and how much values it returns after execution. Should be useful when describing them.

I also have the descriptions for almost all natives with what type each parameter has and its possible name, like this

2	1	HAS_CAR_BEEN_DAMAGED_BY_WEAPON(handle car, int weapon)

Will public it bit later. Seemann 23:25, 26 December 2008 (UTC)