groupFromNetId: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(example see also)
Line 17: Line 17:




|x1= <code>
|x1= <code>_group = [[groupFromNetId]] "4:45";</code>|= EXAMPLE1  
</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[objectFromNetId]], [[netId]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 16:55, 9 May 2015

Hover & click on the images for description

Description

Description:
Get group with given unique ID.
Groups:
Uncategorised

Syntax

Syntax:
groupFromNetId id
Parameters:
id: String
Return Value:
Group

Examples

Example 1:
_group = groupFromNetId "4:45";

Additional Information

See also:
objectFromNetIdnetId

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

Bottom Section