mirror of https://github.com/godotengine/godot
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. |
||
|---|---|---|
| .. | ||
| SCsub | ||
| extension_api_dump.cpp | ||
| extension_api_dump.h | ||
| gdnative_interface.cpp | ||
| gdnative_interface.h | ||
| native_extension.cpp | ||
| native_extension.h | ||
| native_extension_manager.cpp | ||
| native_extension_manager.h | ||