Black Ops III

GetDvarVector

Gets the value of a dvar.

Example:

GetDvarVector( "r_eyesAdjust", (1,0,0) )

Parameters

ParameterSummary
*dvarThe dvar name as a string or hash.
[default_value]The value to be returned if the dvar doesn't exist, must be an vector.

* = mandatory