Jass documentation Database
JASS Documentation Database REFORGED
Results for the query "GroupAddUnit" as a "function"
Function GroupAddUnit
Line: |
2335 |
Location: |
common.j |
Constant? |
no |
Type: |
native |
Arguments: |
group whichGroup, unit whichUnit |
Returns: |
boolean |
Preview
Extra spaces may have been removed from the original file to show the function in a comfortable way.
Information about GroupAddUnit
appends whichUnit at the end of whichGroup, increasing size by 1 (see BlzGroupGetSize). Returns true if the unit was added, false if the unit is already in the group or the group was destroyed. Even if there's a null "hole" at index 0, the unit will still be added at the tail end.
Page loaded in 0.1075 seconds.
|