mirror of https://github.com/godotengine/godot
A while ago, argument arrays were passed as const GDNativeTypePtr* (void* const*) This was changed to GDNativeConstTypePtr* (void const**), adding const on the value but removing it on the pointer level. This commit changes argument types to const GDExtensionConstTypePtr* (void const* const*). Besides object pointers, the same change is applied to variant pointers. |
||
|---|---|---|
| .. | ||
| SCsub | ||
| extension_api_dump.cpp | ||
| extension_api_dump.h | ||
| gdextension.cpp | ||
| gdextension.h | ||
| gdextension_interface.cpp | ||
| gdextension_interface.h | ||
| gdextension_manager.cpp | ||
| gdextension_manager.h | ||
| make_interface_dumper.py | ||
| make_wrappers.py | ||