IsLocationValid

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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