joinSilent: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (changed global to local variable to make clear the variable) |
||
Line 14: | Line 14: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Object#Units|Units]] '''joinSilent''' grpOrUnit|= Syntax | ||
|p1= | |p1= [[Object#Units|Units]] : [[Array]] of Type [[Object#Unit|Unit]] |= Parameter 1 | ||
|p2= | |p2= grpOrUnit: [[Object]] or [[Group]] |= Parameter 2 | ||
| [[Nothing]] |= Return value | | [[Nothing]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[ | |x1= <code>[_unitOne, _unitTwo] joinSilent [[player]]</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 14:59, 27 August 2007
Description
- Description:
- Join all units in the array to given group silently (without radio message).
- Groups:
- Uncategorised
Syntax
- Syntax:
- Units joinSilent grpOrUnit
- Parameters:
- Units : Array of Type Unit
- grpOrUnit: Object or Group
- Return Value:
- Nothing
Examples
- Example 1:
[_unitOne, _unitTwo] joinSilent player
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note