Vector

From Dragon Age Toolset Wiki
Jump to: navigation, search

Creates a vector.

vector Vector(
float x = 0.0,
float y = 0.0,
float z = 0.0
);
Parameters:
x
x value for the vector
y
y value for the vector
z
z value for the vector
Returns:

Returns a vector with the specified x, y, and z values.

Source:

script.ldf

Description

Returns a new vector with the specified x,y and z values.


See also

GetVectorMagnitude, GetVectorNormalize