setGroupIdGlobal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(version 1.48)
m (template:command argument fix)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| A global equivalent of  [[setGroupId]]|= Description
| A global equivalent of  [[setGroupId]]|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| group '''setGroupIdGlobal''' [nameFormat, nameParam1, ..., nameParamN] |= Syntax
| group '''setGroupIdGlobal''' [nameFormat, nameParam1, ..., nameParamN] |SYNTAX=


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


|p2= [nameFormat, nameParam1, ..., nameParamN]: [[Array]] |= Parameter 2
|p2= [nameFormat, nameParam1, ..., nameParamN]: [[Array]] |PARAMETER2=
|p3= nameFormat: [[String]] - format template (%keyword1 - %keyword2...etc) |= Parameter 2
|p3= nameFormat: [[String]] - format template (%keyword1 - %keyword2...etc) |PARAMETER2=
|p4= nameParam1: [[String]] - param keyword |= Parameter 2
|p4= nameParam1: [[String]] - param keyword |PARAMETER2=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code></code>|= Example 1
|x1= <code></code>|EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setGroupId]], [[groupId]], [[group]] |= See also
| [[setGroupId]], [[groupId]], [[group]] |SEEALSO=


}}
}}

Revision as of 15:47, 7 April 2019

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:

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