stock xs_vec_add(const Float:in1[], const Float:in2[], Float:out[])
| in1 | The first vector to add. |
| in2 | The second vector to add. |
| out | The output vector. Can be one of the input vectors. |
Adds two vectors.
This function has no return value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.