godot/modules/gdnative/pluginscript
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
..
pluginscript_instance.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
pluginscript_instance.h Fix typos with codespell 2019-05-19 13:10:35 +02:00
pluginscript_language.cpp Parse more informations for code completion 2019-07-04 14:00:14 +08:00
pluginscript_language.h Parse more informations for code completion 2019-07-04 14:00:14 +08:00
pluginscript_loader.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
pluginscript_loader.h Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
pluginscript_script.cpp Make VarArg methods return types show up as Variant in API json 2019-08-26 16:36:51 +00:00
pluginscript_script.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
register_types.cpp Remove added pluginscript resource format loaders and savers on cleanup 2019-07-19 22:13:44 +03:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00