edited for changes in 4.0.1
(Initial version) |
(edited for changes in 4.0.1) |
||
| Line 3: | Line 3: | ||
Returns the assigned role in a group formed via the Dungeon Finder Tool. | Returns the assigned role in a group formed via the Dungeon Finder Tool. | ||
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> | <!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> | ||
role = UnitGroupRolesAssigned(Unit); | |||
== Arguments == | == Arguments == | ||
<!-- List each argument, together with its type --> | <!-- List each argument, together with its type --> | ||
;Unit : String - the unit to be queried (player, party1 .. party4) | ;Unit : String - the unit to be queried (player, party1 .. party4, target, raid1 .. raid40) | ||
== Returns == | == Returns == | ||
<!-- List each return value, together with its type --> | <!-- List each return value, together with its type --> | ||
; | ;role : String - TANK, HEALER, DAMAGER, NONE | ||