GDExtensionInterfacePackedFloat64ArrayOperatorIndex typedef
GDExtensionInterfacePackedFloat64ArrayOperatorIndex = Pointer<NativeFunction<GDExtensionInterfacePackedFloat64ArrayOperatorIndexFunction> >
@name packed_float64_array_operator_index @since 4.1
Gets a pointer to a 64-bit float in a PackedFloat64Array.
@param p_self A pointer to a PackedFloat64Array object. @param p_index The index of the float to get.
@return A pointer to the requested 64-bit float.
Implementation
typedef GDExtensionInterfacePackedFloat64ArrayOperatorIndex =
ffi.Pointer<
ffi.NativeFunction<
GDExtensionInterfacePackedFloat64ArrayOperatorIndexFunction
>
>;