GDExtensionInterfacePackedVector2ArrayOperatorIndex typedef

GDExtensionInterfacePackedVector2ArrayOperatorIndex = Pointer<NativeFunction<GDExtensionInterfacePackedVector2ArrayOperatorIndexFunction>>

@name packed_vector2_array_operator_index @since 4.1

Gets a pointer to a Vector2 in a PackedVector2Array.

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

@return A pointer to the requested Vector2.

Implementation

typedef GDExtensionInterfacePackedVector2ArrayOperatorIndex =
    ffi.Pointer<
      ffi.NativeFunction<
        GDExtensionInterfacePackedVector2ArrayOperatorIndexFunction
      >
    >;