setGroupIdGlobal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Example added)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| A global equivalent of  [[setGroupId]]|DESCRIPTION=
| A [[Multiplayer Scripting#Locality|global]] equivalent of  [[setGroupId]]. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| group '''setGroupIdGlobal''' [nameFormat, nameParam1, ..., nameParamN] |SYNTAX=
| group [[setGroupIdGlobal]] [format, keyword1, ..., keywordN] |SYNTAX=


|p1= group: [[Object]] or [[Group]] |PARAMETER1=
|p1= group: [[Object]] or [[Group]] |PARAMETER1=


|p2= [nameFormat, nameParam1, ..., nameParamN]: [[Array]] |PARAMETER2=
|p2= format: [[String]] - format template (e.g "%keyword1 - %keyword2 / %keyword4 (%keyword3)") |PARAMETER2=
|p3= nameFormat: [[String]] - format template (%keyword1 - %keyword2...etc) |PARAMETER2=
 
|p4= nameParam1: [[String]] - param keyword |PARAMETER2=
|p3= keyword1..n: [[String]] - keyword value |PARAMETER3=


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
Line 26: Line 26:
   
   
|x1= <code>[[group]] [[player]] [[setGroupIdGlobal]] ["PAPA BEAR"];
|x1= <code>[[group]] [[player]] [[setGroupIdGlobal]] ["PAPA BEAR"];
[[hint]] [[groupId]] [[group]] [[player]]; {{cc|"PAPA BEAR"}}</code> |EXAMPLE1=
[[hint]] [[groupId]] [[group]] [[player]]; {{cc|"PAPA BEAR"}}</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


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


Line 37: Line 36:
</dl>
</dl>


[[Category:Scripting Commands|SETGROUPID]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Groups|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Groups|{{uc:{{PAGENAME}}}}]]

Revision as of 15:39, 2 June 2020

Hover & click on the images for description

Description

Description:
A global equivalent of setGroupId.
Groups:
Uncategorised

Syntax

Syntax:
group setGroupIdGlobal [format, keyword1, ..., keywordN]
Parameters:
group: Object or Group
format: String - format template (e.g "%keyword1 - %keyword2 / %keyword4 (%keyword3)")
keyword1..n: String - keyword value
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