Talk:List of native functions (GTA IV)

From GTAMods Wiki
Revision as of 11:48, 26 December 2008 by Seemann (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 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.