GetPosition

From Dragon Age Toolset Wiki
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