In an effort to diversify the scripting capabilities of GTA Connected, we support the following scripting languages:
With the reflection system, all support languages will have the same structure and function names. Each function/property only needs to be added once, and can be used across all supported languages. This can also be done via scripts with the reflection object.
- Squirrel
- Lua
- JavaScript
With the reflection system, all support languages will have the same structure and function names. Each function/property only needs to be added once, and can be used across all supported languages. This can also be done via scripts with the reflection object.