GroupTargetOrderBJ

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