GDExtensionInterfaceRefSetObject typedef

GDExtensionInterfaceRefSetObject = Pointer<NativeFunction<GDExtensionInterfaceRefSetObjectFunction>>

@name ref_set_object @since 4.1

Sets the Object referred to by a reference.

@param p_ref A pointer to the reference. @param p_object A pointer to the Object to refer to.

Implementation

typedef GDExtensionInterfaceRefSetObject =
    ffi.Pointer<ffi.NativeFunction<GDExtensionInterfaceRefSetObjectFunction>>;