GDExtensionInterfaceGetGodotVersion typedef

GDExtensionInterfaceGetGodotVersion = Pointer<NativeFunction<GDExtensionInterfaceGetGodotVersionFunction>>

@name get_godot_version @since 4.1

Gets the Godot version that the GDExtension was loaded into.

@param r_godot_version A pointer to the structure to write the version information into.

Implementation

typedef GDExtensionInterfaceGetGodotVersion =
    ffi.Pointer<
      ffi.NativeFunction<GDExtensionInterfaceGetGodotVersionFunction>
    >;