setGroupIdGlobal: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category:[cC]ommand[_ ][gG]roup:[_ ][^|]+\|\{*uc:{{PAGENAME}*]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|1.48 | |1.48 | ||
|gr1= Groups | |gr1= Groups | ||
|arg= global | |arg= global | ||
|eff= global | |eff= global | ||
| A [[Multiplayer Scripting#Locality|global]] equivalent of [[setGroupId]]. | | A [[Multiplayer Scripting#Locality|global]] equivalent of [[setGroupId]]. | ||
| group [[setGroupIdGlobal]] [format, keyword1, ..., keywordN] | | group [[setGroupIdGlobal]] [format, keyword1, ..., keywordN] | ||
|p1= group: [[Object]] or [[Group]] | |p1= group: [[Object]] or [[Group]] | ||
|p2= format: [[String]] - format template (e.g "%keyword1 - %keyword2 / %keyword4 (%keyword3)") | |p2= format: [[String]] - format template (e.g "%keyword1 - %keyword2 / %keyword4 (%keyword3)") | ||
|p3= keyword1..n: [[String]] - keyword value | |p3= keyword1..n: [[String]] - keyword value | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>[[group]] [[player]] [[setGroupIdGlobal]] ["PAPA BEAR"]; | |x1= <code>[[group]] [[player]] [[setGroupIdGlobal]] ["PAPA BEAR"]; | ||
[[hint]] [[groupId]] [[group]] [[player]]; {{cc|"PAPA BEAR"}}</code> | [[hint]] [[groupId]] [[group]] [[player]]; {{cc|"PAPA BEAR"}}</code> | ||
| [[setGroupId]], [[groupId]], [[group]] | | [[setGroupId]], [[groupId]], [[group]] | ||
}} | }} | ||
Revision as of 11:11, 18 January 2021
Description
- Description:
- A global equivalent of setGroupId.
- Groups:
- Groups
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
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