GDExtensionInterfacePackedVector4ArrayOperatorIndex typedef
GDExtensionInterfacePackedVector4ArrayOperatorIndex = Pointer<NativeFunction<GDExtensionInterfacePackedVector4ArrayOperatorIndexFunction> >
@name packed_vector4_array_operator_index @since 4.3
Gets a pointer to a Vector4 in a PackedVector4Array.
@param p_self A pointer to a PackedVector4Array object. @param p_index The index of the Vector4 to get.
@return A pointer to the requested Vector4.
Implementation
typedef GDExtensionInterfacePackedVector4ArrayOperatorIndex =
ffi.Pointer<
ffi.NativeFunction<
GDExtensionInterfacePackedVector4ArrayOperatorIndexFunction
>
>;