GDExtensionInterfaceObjectSetInstance typedef
GDExtensionInterfaceObjectSetInstance = Pointer<NativeFunction<GDExtensionInterfaceObjectSetInstanceFunction> >
@name object_set_instance @since 4.1
Sets an extension class instance on a Object.
@param p_o A pointer to the Object. @param p_classname A pointer to a StringName with the registered extension class's name. @param p_instance A pointer to the extension class instance.
Implementation
typedef GDExtensionInterfaceObjectSetInstance =
ffi.Pointer<
ffi.NativeFunction<GDExtensionInterfaceObjectSetInstanceFunction>
>;