GDExtensionInterfacePackedInt64ArrayOperatorIndexConst typedef
GDExtensionInterfacePackedInt64ArrayOperatorIndexConst = Pointer<NativeFunction<GDExtensionInterfacePackedInt64ArrayOperatorIndexConstFunction> >
@name packed_int64_array_operator_index_const @since 4.1
Gets a const pointer to a 64-bit integer in a PackedInt64Array.
@param p_self A const pointer to a PackedInt64Array object. @param p_index The index of the integer to get.
@return A const pointer to the requested 64-bit integer.
Implementation
typedef GDExtensionInterfacePackedInt64ArrayOperatorIndexConst =
ffi.Pointer<
ffi.NativeFunction<
GDExtensionInterfacePackedInt64ArrayOperatorIndexConstFunction
>
>;