Difference between revisions of "GetMeleeRingPosition"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: re-import with default parameter value parameters set)
 
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetMeleeRingPosition
 
|name=GetMeleeRingPosition
Line 12: Line 11:
 
|param2default=0
 
|param2default=0
 
|returntype=vector
 
|returntype=vector
|returndesc=
+
|returndesc=the position of a melee ring
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

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