GDExtensionInterfaceGetLibraryPath typedef

GDExtensionInterfaceGetLibraryPath = Pointer<NativeFunction<GDExtensionInterfaceGetLibraryPathFunction>>

@name get_library_path @since 4.1

Gets the path to the current GDExtension library.

@param p_library A pointer the library received by the GDExtension's entry point function. @param r_path A pointer to a String which will receive the path.

Implementation

typedef GDExtensionInterfaceGetLibraryPath =
    ffi.Pointer<ffi.NativeFunction<GDExtensionInterfaceGetLibraryPathFunction>>;