GDExtensionInterfacePackedVector2ArrayOperatorIndexConst typedef

GDExtensionInterfacePackedVector2ArrayOperatorIndexConst = Pointer<NativeFunction<GDExtensionInterfacePackedVector2ArrayOperatorIndexConstFunction>>

@name packed_vector2_array_operator_index_const @since 4.1

Gets a const pointer to a Vector2 in a PackedVector2Array.

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

@return A const pointer to the requested Vector2.

Implementation

typedef GDExtensionInterfacePackedVector2ArrayOperatorIndexConst =
    ffi.Pointer<
      ffi.NativeFunction<
        GDExtensionInterfacePackedVector2ArrayOperatorIndexConstFunction
      >
    >;