Files
godot/core
Jan Haller ebb3306da3 Extension header: amend const correctness of p_args parameters
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.
2022-12-14 18:25:30 +01:00
..
2022-07-04 12:01:46 +01:00
2022-07-04 12:01:46 +01:00
2022-05-06 00:27:10 +02:00
2022-05-06 00:27:10 +02:00