Difference between revisions of "IsVectorEmpty"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=IsVectorEmpty
 
|name=IsVectorEmpty

Latest revision as of 22:49, 24 February 2010

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.