stock
xs_vec_copy
Syntax
stock xs_vec_copy(const Float:vecIn[], Float:vecOut[])
Description
Copies a vector into another one.
Parameters
| vecIn | The vector to copy. |
|---|---|
| vecOut | The output vector where to copy the input vector. |
Return
This function has no return value.