groupID: Difference between revisions

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




|x1= <code>
|x1= <code>_name = groupID (group player);
</code>|= EXAMPLE1  
</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[setGroupId]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 11:44, 24 September 2013

Hover & click on the images for description

Description

Description:
Returns group name.
Groups:
Uncategorised

Syntax

Syntax:
groupID group
Parameters:
group: Group
Return Value:
String

Examples

Example 1:
_name = groupID (group player);

Additional Information

See also:
setGroupId

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