Difference between revisions of "GetPosition"

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

Latest revision as of 21:50, 11 February 2010

Returns the position of an object.

vector GetPosition(
object oTarget
);
Parameters:
oTarget
The Object to get the position of
Returns:

Returns a vector containing the position of the specified object. Returns an empty vector on error.

Source:

script.ldf

Description

Returns a position vector containting the xyz coordinates of the object oTarget.


See also

SetPosition