GDExtensionInterfaceArraySetTyped typedef

GDExtensionInterfaceArraySetTyped = Pointer<NativeFunction<GDExtensionInterfaceArraySetTypedFunction>>

@name array_set_typed @since 4.1

Makes an Array into a typed Array.

@param p_self A pointer to the Array. @param p_type The type of Variant the Array will store. @param p_class_name A pointer to a StringName with the name of the object (if p_type is GDEXTENSION_VARIANT_TYPE_OBJECT). @param p_script A pointer to a Script object (if p_type is GDEXTENSION_VARIANT_TYPE_OBJECT and the base class is extended by a script).

Implementation

typedef GDExtensionInterfaceArraySetTyped =
    ffi.Pointer<ffi.NativeFunction<GDExtensionInterfaceArraySetTypedFunction>>;