Difference between revisions of "GetPositionFromLocation"

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=GetPositionFromLocation
 
|name=GetPositionFromLocation

Latest revision as of 19:05, 2 March 2010

Returns the position component of the location..

vector GetPositionFromLocation(
location lLocation
);
Parameters:
lLocation
the location to retrieve the position from
Returns:

a non empty vector on success or an empty vector on failure

Source:

script.ldf

Description

This function returns the position component of the location.