godot/modules/gdnative/nativescript
George Marques ad7141703e
GDNative: Use VariantWriter for the API JSON generator
Instead of the String representation, which can be finicky to work with.
VariantWriter is more robust since changes to it affects the whole
system thus it's changed less often and it's never ambiguous.
2021-06-14 10:30:58 -03:00
..
api_generator.cpp GDNative: Use VariantWriter for the API JSON generator 2021-06-14 10:30:58 -03:00
api_generator.h
godot_nativescript.cpp [Net] Refactor RPCs, remove RSETs 2021-06-01 17:24:21 +02:00
nativescript.cpp Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
nativescript.h [Net] Refactor RPCs, remove RSETs 2021-06-01 17:24:21 +02:00
register_types.cpp
register_types.h
SCsub