GetPositionFromLocation

From Dragon Age Toolset Wiki
Revision as of 19:05, 2 March 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.