Difference between revisions of "SetLocationPosition"

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

Latest revision as of 01:46, 27 February 2010

sets the position of the specified location

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