stock xs_vec_div_scalar(const Float:vec[], Float:scalar, Float:out[])
vec | The vector to be divided. |
scalar | The scalar value to divide the vector with. |
out | The output vector. Can be the same as the input vector. |
Divide a vector by a scalar value.
This function has no return value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.