GDExtensionInterfacePackedVector3ArrayOperatorIndexConst typedef

GDExtensionInterfacePackedVector3ArrayOperatorIndexConst = Pointer<NativeFunction<GDExtensionInterfacePackedVector3ArrayOperatorIndexConstFunction>>

@name packed_vector3_array_operator_index_const @since 4.1

Gets a const pointer to a Vector3 in a PackedVector3Array.

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

@return A const pointer to the requested Vector3.

Implementation

typedef GDExtensionInterfacePackedVector3ArrayOperatorIndexConst =
    ffi.Pointer<
      ffi.NativeFunction<
        GDExtensionInterfacePackedVector3ArrayOperatorIndexConstFunction
      >
    >;