Difference between revisions of "GetPositionFromLocation"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
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.