godot/modules/gdnative/nativescript
George Marques 8a8dbd76b1
Add GDNative JSON generator for the builtin API
Which can be used by language bindings to generate code statically. This
is generated as a different file from the class API because it has
different requirements (the builtin types have constructors and don't
have signals), so bindings can better make use of each JSON file without
extra parsing.

This also cleans up a bit the old API generator, mainly initializing
structs and renaming "instanciable" to the more correct "instantiable".

The argument description in help text was updated to better reflect how
it should be used. The <path> argument is mandatory.
2021-01-29 11:40:37 -03:00
..
SCsub
api_generator.cpp Add GDNative JSON generator for the builtin API 2021-01-29 11:40:37 -03:00
api_generator.h Add GDNative JSON generator for the builtin API 2021-01-29 11:40:37 -03:00
godot_nativescript.cpp
nativescript.cpp Add GDNative JSON generator for the builtin API 2021-01-29 11:40:37 -03:00
nativescript.h
register_types.cpp
register_types.h