Difference between revisions of "GetMeleeRingPosition"

From Dragon Age Toolset Wiki
Jump to: navigation, search
 
(No difference)

Latest revision as of 23:17, 31 July 2009

return the position of a melee ring

vector GetMeleeRingPosition(
object nRingOwnerId,
int nRingIndex = 0
);
Parameters:
nRingOwnerId
id of the creature for which to query the melee ring
nRingIndex
the ring to query. By default the main ring will respond to the query (ring index 0)
Returns:

the position of a melee ring

Source:

script.ldf