joinSilent: Difference between revisions

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


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


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


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


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 02:00, 23 January 2009

-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:
unitArray joinSilent group
Parameters:
unitArray: Array
group: 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