IsVectorEmpty

From Dragon Age Toolset Wiki
Revision as of 22:49, 24 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.