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
..
api_generator.cpp Sort data exported to the api.json file for GDNative 2019-04-19 23:13:02 +10:00
api_generator.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
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 Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
register_types.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines 2019-07-03 09:59:04 +02:00