CommandFly

From Dragon Age Toolset Wiki
Jump to: navigation, search

This function is a fly command constructor. The flying creature will use both the position and orientation of the target location.

command CommandFly(
location lLocation,
int bIgnorePathing
);
Parameters:
lLocation
the location the command should fly the creature to
bIgnorePathing
(optional) TRUE, if being able to path to the lLocation is not a requirement, or FALSE
Returns:

a valid command

Source:

script.ldf

Remarks

The bIgnorePathing parameter was added by Dragon Age:Origins v1.03 patch.