Difference between revisions of "SetLocationOrientation"

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

Latest revision as of 22:29, 15 January 2010

sets the vector orientation component of the specified location.

location SetLocationOrientation(
location lLocation,
vector vOrientation
);
Parameters:
lLocation
the location to set the orientation on
vOrientation
the vector orientation 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 vector orientation component of the specified location.