DispatchKeyValueVector
Dispatches a KeyValue into given entity using a vector value.
native bool DispatchKeyValueVector(int entity, const char[] keyName, const float vec[3])
Parameters
int entity
Destination entity index.
const char[] keyName
Name of the key.
const float[3] vec
Vector value.
Return Value
bool True on success, false otherwise.Error
Invalid entity index or lack of mod support.