GDExtensionInterfaceObjectSetInstanceBinding typedef

GDExtensionInterfaceObjectSetInstanceBinding = Pointer<NativeFunction<GDExtensionInterfaceObjectSetInstanceBindingFunction>>

@name object_set_instance_binding @since 4.1

Sets 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_binding A pointer to the instance binding. @param p_callbacks A pointer to a GDExtensionInstanceBindingCallbacks struct.

Implementation

typedef GDExtensionInterfaceObjectSetInstanceBinding =
    ffi.Pointer<
      ffi.NativeFunction<GDExtensionInterfaceObjectSetInstanceBindingFunction>
    >;