Difference between revisions of "IsLocationValid"

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

Latest revision as of 22:39, 24 February 2010

Used to test if a specific location is safe.

int IsLocationValid(
location lLocation
);
Parameters:
lLocation
The location tested to see if it's valid
Returns:

TRUE on success, FALSE on error

Source:

script.ldf

Description

This function is used to test to see if a location is valid. It will return TRUE if the specified location is valid. An invalid location is defined by an invalid area object, an empty position vector and an empty orientation vector.


See also

IsLocationSafe, GetSafeLocation