Godot Version
4.2.2
Question
In GDScript, when you define the _init(arg) function, the arguments to the new function are passed through and behave like a constructor with arguments.
Is it possible to implement a function similar to this behavior in GDExtension?