godot/modules/gdnative/nativescript
toasteater e2121c97ae Make VarArg methods return types show up as Variant in API json
VarArg methods have the return type Object in the API json for GDNative. This
can cause undefined behavior in some language bindings due to lack of
documentation on VarArg methods' behavior.

This changes the MethodInfo of:

- CSharpScript::_new
- GDScript::_new
- PluginScript::_new
2019-08-26 16:36:51 +00:00
..
SCsub
api_generator.cpp
api_generator.h
godot_nativescript.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories. 2019-08-09 11:13:24 +02:00
nativescript.cpp Make VarArg methods return types show up as Variant in API json 2019-08-26 16:36:51 +00:00
nativescript.h
register_types.cpp
register_types.h