GroupTargetDestructableOrder

Parameters
whichGroup group
order string
targetWidget widget
comment
patch

1.00

Source
Blizzard.j
return type
boolean
Source code
function GroupTargetDestructableOrder takes group whichGroup, string order, widget targetWidget returns boolean
    return GroupTargetOrder( whichGroup, order, targetWidget )
endfunction