KeyValues.SetVector Method

Sets a vector value of a KeyValues key.

void SetVector(const char[] key, const float vec[3])

Parameters

const char[] key

Name of the key, or NULL_STRING.

const float[3] vec

Vector value.