joinSilent
From Bohemia Interactive Community
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.06
Description
- Description:
- Join all units in the array to given group silently (without radio message).
Syntax
- Syntax:
- unitArray joinSilent group
- Parameters:
- unitArray: Array
- group: Object or Group
- Return Value:
- Nothing
Examples
- Example 1:
[_unitOne, _unitTwo] joinSilent (group player)- Example 2:
[_unitOne, _unitTwo] joinSilent player
Additional Information
Notes
Notes