Scales the vector by the given number (that means x, y and z are multiplied by that value), a Vector (X, Y, and Z of each vector are multiplied) or a VMatrix (Transforms the vector by the matrix's rotation/translation).
Scales a vector by 250.
If you don't want to modify your existing vector and instead return a new vector as the result, you can use the * operator.
*