GetPosition

From Dragon Age Toolset Wiki
Revision as of 21:50, 11 February 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 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