Difference between revisions of "C++ Script Hook"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "C++ Script Hook by {{U|aru}} will let you create a custom script thread in C++ and have GTA IV process it along with its real scripts threads. A type-safe manner to access...")
 
(No difference)

Latest revision as of 13:59, 23 August 2014

C++ Script Hook by aru will let you create a custom script thread in C++ and have GTA IV process it along with its real scripts threads. A type-safe manner to access native functions in GTA IV is provided.

External Links