Moves a raid member to a non-full raid subgroup. Only has effect if the player is the raid leader or a raid assistant. To put a member into a full subgroup (switching places with a member of that group), see SwapRaidSubgroup()
.
See also Raid functions.
Signature:
SetRaidSubgroup(index,
subgroup)
Arguments:
index
- Index of the raid member (between 1 andGetNumRaidMembers()
); matches the numeric part of the unit'sraid
unitID
, e.g. 21 forraid21
(number
)subgroup
- Index of a raid subgroup (between 1 andMAX_RAID_GROUPS
) (number
)