setGroupIconParams: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style='display:none'>Notes</h3> <dl class='command_description'> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> <h3 style='display:none'>Bottom Section</h3>" to "")
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|Comments=
{{Command


| arma2 |Game name=
| arma2


|1.00|Game version=
|1.00


|eff= local|Multiplayer Effects=
|eff= local
|arg= global|Multiplayer Arguments=
|arg= global


|gr1= High Command |GROUP1=
|gr1= High Command


| Set group icons parameters. [color,string,float,bool] |DESCRIPTION=
| Set group icons parameters. [color,string,float,bool]


| group '''setGroupIconParams''' properties |SYNTAX=
| group '''setGroupIconParams''' properties


|p1= group: [[Group]] - |PARAMETER1=
|p1= group: [[Group]] -


|p2= properties: [[Array]] - |PARAMETER2=
|p2= properties: [[Array]] -


|p3= |PARAMETER3=  
|p3=


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]




|x1= <pre>_grp setGroupIconParams [_color,_text,_scale,_visible];
|x1= <pre>_grp setGroupIconParams [_color,_text,_scale,_visible];
_grp setGroupIconParams [[0,0,0,0],"",1,false];</pre>|EXAMPLE1=
_grp setGroupIconParams [[0,0,0,0],"",1,false];</pre>




| [[addGroupIcon]], [[clearGroupIcons]], [[getGroupIcon]], [[getGroupIconParams]], [[groupIconSelectable]], [[groupIconsVisible]], [[onGroupIconClick]], [[removeGroupIcon]], [[setGroupIcon]], [[setGroupIconsSelectable]], [[setGroupIconsVisible]] |SEEALSO=
| [[addGroupIcon]], [[clearGroupIcons]], [[getGroupIcon]], [[getGroupIconParams]], [[groupIconSelectable]], [[groupIconsVisible]], [[onGroupIconClick]], [[removeGroupIcon]], [[setGroupIcon]], [[setGroupIconsSelectable]], [[setGroupIconsVisible]]


| |MPBEHAVIOUR=
|
}}
}}



Revision as of 12:09, 18 January 2021

Hover & click on the images for description

Description

Description:
Set group icons parameters. [color,string,float,bool]
Groups:
High Command

Syntax

Syntax:
group setGroupIconParams properties
Parameters:
group: Group -
properties: Array -
Return Value:
Nothing

Examples

Example 1:
_grp setGroupIconParams [_color,_text,_scale,_visible];
_grp setGroupIconParams [[0,0,0,0],"",1,false];

Additional Information

See also:
addGroupIconclearGroupIconsgetGroupIcongetGroupIconParamsgroupIconSelectablegroupIconsVisibleonGroupIconClickremoveGroupIconsetGroupIconsetGroupIconsSelectablesetGroupIconsVisible

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