Native function

From GTAMods Wiki
Revision as of 12:29, 23 August 2014 by Gta.bullet (talk | contribs)
Jump to navigation Jump to search

Native function is a specific parameter used in GTA IV and GTA V script engine that perform various tasks. There is a "call" opcode for calling natives.

There are something like ~3000 of natives in GTA IV. Comparing to the scm-engine from previous GTA 3D series , which had one native to one opcode assigned , RAGE has less than 100 opcodes and they look like a real assembler , there is only one opcode for native calling . Native to call is the param of this opcode , this param is a hash of the native name.

See Also