IsLocationSafe

From Dragon Age Toolset Wiki
Jump to: navigation, search

Used to test if a specific location is safe.

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

TRUE on success, FALSE on error

Source:

script.ldf

Description

This function is used to test if a specific location is safe. A safe location is a walkable section of terrain that is not occupied by a creature. It should be noted that walkable also means that the specified location would not be occupied by a placeable object, unless the placeable object had no walkmesh.

Remarks

This function is expensive, and as such should not be called frequently if it can be helped.


See also

IsLocationValid