groupID: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(example)
m (add command groups; seealso group; example style)
Line 17: Line 17:




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


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setGroupId]] |= SEEALSO  
| [[setGroupId]], [[group]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  
Line 39: Line 39:
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Groups|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Object_Information|{{uc:{{PAGENAME}}}}]]

Revision as of 03:15, 19 February 2014

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:
setGroupIdgroup

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