setGroupIdGlobal

From Bohemia Interactive Community
Revision as of 15:05, 2 June 2020 by DrSova (talk | contribs) (Example added)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
A global equivalent of setGroupId
Groups:
Uncategorised

Syntax

Syntax:
group setGroupIdGlobal [nameFormat, nameParam1, ..., nameParamN]
Parameters:
group: Object or Group
[nameFormat, nameParam1, ..., nameParamN]: Array
nameFormat: String - format template (%keyword1 - %keyword2...etc)
nameParam1: String - param keyword
Return Value:
Nothing

Examples

Example 1:
group player setGroupIdGlobal ["PAPA BEAR"]; hint groupId group player; // "PAPA BEAR"

Additional Information

See also:
setGroupIdgroupIdgroup

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