xs_vec_copy
Syntax
stock xs_vec_copy(const Float:vecIn[], Float:vecOut[])
Usage
| Parameter | Description |
|---|---|
| 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.