SetLocationFacing

From Dragon Age Toolset Wiki
Jump to: navigation, search

sets the angle orientation component of the specified location.

location SetLocationFacing(
location lLocation,
float fAngle
);
Parameters:
lLocation
the location to set the facing to
fAngle
the angle to set on the location
Returns:

a valid location on success or an invalid location on failure

Source:

script.ldf

Description

This function sets the angle orientation component of the specified location.