Can't bind methods with the native pointer argument. #630
Labels
bug
This has been identified as a bug
topic:gdextension
This relates to the new Godot 4 extension implementation
Milestone
godot-cpp:
5826fd52592c5ed9051c7ef5dbfbd9295fb23607
godot: godotengine/godot#52192
Binding native pointer argument (both simple types and custom structure types register in the engine):
Which was defined in the engine as:
Fails with the following errors:
Simple type:
Pointer to the custom structure type:
Similar errors happen if methods are defined with
void *
pointers (as they are defined in the baseTextServerExtension
generated header).The text was updated successfully, but these errors were encountered: