join: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 26: Line 26:
Join all units in the array to given group.
Join all units in the array to given group.


'''Note:''' Total number of group members must not exceed 12.
'''Notes:'''  


'''Note:''' This function is unsupported in MP in version 1.33 and before.
Total number of group members must not exceed 12 (in OFP!).
 
This function is unsupported in MP in version 1.33 and before, now it has to be executed where the given unit is local.





Revision as of 23:15, 2 July 2006


unitArray join group


Operand types:

unitArray: Array

group: Object or Group

Type of returned value:

Nothing

Compatibility:

Changed in version 1.34

Description:

Join all units in the array to given group.

Notes:

Total number of group members must not exceed 12 (in OFP!).

This function is unsupported in MP in version 1.33 and before, now it has to be executed where the given unit is local.


Example:

[unitOne, unitTwo] join player