xs_vec_copy

Syntax

stock xs_vec_copy(const Float:vecIn[], Float:vecOut[])

Usage

vecIn
The vector to copy.
vecOut
The output vector where to copy the input vector.

Description

Copies a vector into another one.

Return

This function has no return value.