GroupTargetItemOrder
- Parameters
whichGroup group
order string
targetWidget widget
- comment
- patch
1.15
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
boolean
- Source code
function GroupTargetItemOrder takes group whichGroup, string order, widget targetWidget returns boolean return GroupTargetOrder( whichGroup, order, targetWidget ) endfunction