joinSilent: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (changed global to local variable to make clear the variable)
Line 14: Line 14:
____________________________________________________________________________________________
____________________________________________________________________________________________


| unitArray '''joinSilent''' group |= Syntax
| [[Object#Units|Units]] '''joinSilent''' grpOrUnit|= Syntax


|p1= unitArray: [[Array]] |= Parameter 1
|p1= [[Object#Units|Units]] : [[Array]] of Type [[Object#Unit|Unit]] |= Parameter 1


|p2= group: [[Object]] or [[Group]] |= Parameter 2
|p2= grpOrUnit: [[Object]] or [[Group]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>[unitOne, unitTwo] joinSilent [[player]]</code> |= Example 1
|x1= <code>[_unitOne, _unitTwo] joinSilent [[player]]</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 15:59, 27 August 2007

-wrong parameter ("Arma") defined!-1.06
Hover & click on the images for description

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

See also:
joingroupleader

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

Notes