GDExtensionInterfacePackedFloat64ArrayOperatorIndexConst typedef

GDExtensionInterfacePackedFloat64ArrayOperatorIndexConst = Pointer<NativeFunction<GDExtensionInterfacePackedFloat64ArrayOperatorIndexConstFunction>>

@name packed_float64_array_operator_index_const @since 4.1

Gets a const pointer to a 64-bit float in a PackedFloat64Array.

@param p_self A const pointer to a PackedFloat64Array object. @param p_index The index of the float to get.

@return A const pointer to the requested 64-bit float.

Implementation

typedef GDExtensionInterfacePackedFloat64ArrayOperatorIndexConst =
    ffi.Pointer<
      ffi.NativeFunction<
        GDExtensionInterfacePackedFloat64ArrayOperatorIndexConstFunction
      >
    >;