Signature
stock xs_vec_set(Float:vec[], Float:x, Float:y, Float:z){ vec[0] = x; vec[1] = y; vec[2] = z;}
Description
Sets vector's components to specified values.
Parameters
- vec — The vector to set values to.
- x — The X component to be set.
- y — The Y component to be set.
- z — The Z component to be set.
No return value