GDExtensionInterfaceVariantGetPtrIndexedSetter typedef

GDExtensionInterfaceVariantGetPtrIndexedSetter = Pointer<NativeFunction<GDExtensionInterfaceVariantGetPtrIndexedSetterFunction>>

@name variant_get_ptr_indexed_setter @since 4.1

Gets a pointer to a function that can set an index on the given Variant type.

@param p_type The Variant type.

@return A pointer to a function that can set an index on the given Variant type.

Implementation

typedef GDExtensionInterfaceVariantGetPtrIndexedSetter =
    ffi.Pointer<
      ffi.NativeFunction<GDExtensionInterfaceVariantGetPtrIndexedSetterFunction>
    >;