IterateGroup
not ratedLets you iterate a unit group without a ForGroup call. This way you can do an action on all units in a unit group without having to call another function, which is useful if you're referencing locals, or if you want to do a unit group within a unit group without losing the reference to the EnumUnit of the original group.