GDExtensionInterfacePackedVector4ArrayOperatorIndexConst typedef

GDExtensionInterfacePackedVector4ArrayOperatorIndexConst = Pointer<NativeFunction<GDExtensionInterfacePackedVector4ArrayOperatorIndexConstFunction>>

@name packed_vector4_array_operator_index_const @since 4.3

Gets a const pointer to a Vector4 in a PackedVector4Array.

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

@return A const pointer to the requested Vector4.

Implementation

typedef GDExtensionInterfacePackedVector4ArrayOperatorIndexConst =
    ffi.Pointer<
      ffi.NativeFunction<
        GDExtensionInterfacePackedVector4ArrayOperatorIndexConstFunction
      >
    >;