GDExtensionInterfaceArrayOperatorIndexConst typedef

GDExtensionInterfaceArrayOperatorIndexConst = Pointer<NativeFunction<GDExtensionInterfaceArrayOperatorIndexConstFunction>>

@name array_operator_index_const @since 4.1

Gets a const pointer to a Variant in an Array.

@param p_self A const pointer to an Array object. @param p_index The index of the Variant to get.

@return A const pointer to the requested Variant.

Implementation

typedef GDExtensionInterfaceArrayOperatorIndexConst =
    ffi.Pointer<
      ffi.NativeFunction<GDExtensionInterfaceArrayOperatorIndexConstFunction>
    >;