GroupAddUnit

From WarCraft3

Jump to: navigation, search

Template:jass/common.j Template:common.j article series


common.j

native GroupAddUnit                         takes group whichGroup, unit whichUnit returns nothing
Confused? Jass help forum!

Adds a unit to a group.

Parameters

whichGroup

The group to add to. Native has no effect if whichGroup is null.

whichUnit

The unit to add to the group. Native has no effect if the unit is already in the group.


See Also

Personal tools