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