mirror of
https://github.com/godotengine/godot
synced 2024-11-02 11:59:10 +00:00
e2121c97ae
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 |
||
---|---|---|
.. | ||
api_generator.cpp | ||
api_generator.h | ||
godot_nativescript.cpp | ||
nativescript.cpp | ||
nativescript.h | ||
register_types.cpp | ||
register_types.h | ||
SCsub |