xs_vec_set

Syntax

stock xs_vec_set(Float:vec[], Float:x, Float:y, Float:z)

Usage

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.

Description

Sets vector's components to specified values.

Return

This function has no return value.