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