Supported Parameter Types/Vectors
From ReflexCLI
Vectors can be used as console parameters, by typing in the axis components directly into the console, or by typing one of the standard vectors such as 'up' or 'right'
Vector2
Vector2
parameters are entered by entering comma-delimited x and y values, for example
-
25.3,34
Will give a vector with x=25.3 and y=34.0.
- ! Note that there cannot be spaces in the vector definition, the Reflex Console will interpret this as a new parameter.
The following named presets are defined for Vector2
parameters and will be shown as suggestions:
- zero
- one
- down
- left
- right
Vector3
Vector2
parameters are entered by entering comma-delimited x and y values, for example
-
25.3,34,42.872
Will give a vector with x=25.3, y=34.0 & z=42.872
- ! Note that there cannot be spaces in the vector definition, the Reflex Console will interpret this as a new parameter.
The following named presets are defined for Vector2
parameters and will be shown as suggestions:
- zero
- one
- forward
- back
- down
- left
- right
- fwd