IsVectorEmpty

From Dragon Age Toolset Wiki
Jump to: navigation, search

Determines if a vector is empty.

int IsVectorEmpty(
vector vVector
);
Parameters:
vVector
The vector which may be empty
Returns:

Returns TRUE if the vector vVector is empty, FALSE if it is not.

Source:

script.ldf

Description

Returns TRUE if the vector vVector is empty, otherwise returns FALSE. An empty vector is a vector with x, y and z values of 0.0f.