godot/core/extension
Fabio Alessandrelli f724bd1880 [Core] Add ClassDB functions to retrieve/construct extensions.
Calling the constructor alone is not enough if the class to be
instantiated is not a base class.

This commit adds two functions, one for retrieving the the extension
class reference, the other to construct an instance using the
constructor and the extension class reference.
2021-09-22 17:46:08 +02:00
..
extension_api_dump.cpp Implement NativeExtension pointer arguments 2021-08-23 19:58:40 -03:00
extension_api_dump.h Implement native extension system 2021-06-25 17:32:45 -03:00
gdnative_interface.cpp [Core] Add ClassDB functions to retrieve/construct extensions. 2021-09-22 17:46:08 +02:00
gdnative_interface.h [Core] Add ClassDB functions to retrieve/construct extensions. 2021-09-22 17:46:08 +02:00
native_extension.cpp Add property group and subgroup registration to extensions 2021-09-16 12:37:43 +10:00
native_extension.h Add property group and subgroup registration to extensions 2021-09-16 12:37:43 +10:00
native_extension_manager.cpp Implement Extension Loader 2021-08-20 16:02:24 -03:00
native_extension_manager.h Implement Extension Loader 2021-08-20 16:02:24 -03:00
SCsub Implement native extension system 2021-06-25 17:32:45 -03:00