GDExtensionInterfaceObjectGetInstanceBinding typedef
GDExtensionInterfaceObjectGetInstanceBinding = Pointer<NativeFunction<GDExtensionInterfaceObjectGetInstanceBindingFunction> >
@name object_get_instance_binding @since 4.1
Gets a pointer representing an Object's instance binding.
@param p_o A pointer to the Object. @param p_library A token the library received by the GDExtension's entry point function. @param p_callbacks A pointer to a GDExtensionInstanceBindingCallbacks struct.
@return
Implementation
typedef GDExtensionInterfaceObjectGetInstanceBinding =
ffi.Pointer<
ffi.NativeFunction<GDExtensionInterfaceObjectGetInstanceBindingFunction>
>;