mirror of
https://github.com/godotengine/godot.git
synced 2024-11-23 12:43:43 +00:00
f724bd1880
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. |
||
---|---|---|
.. | ||
extension_api_dump.cpp | ||
extension_api_dump.h | ||
gdnative_interface.cpp | ||
gdnative_interface.h | ||
native_extension_manager.cpp | ||
native_extension_manager.h | ||
native_extension.cpp | ||
native_extension.h | ||
SCsub |