setGroupIconParams: Difference between revisions
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 "") |
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 | ||
| arma2 | | arma2 | ||
|1.00 | |1.00 | ||
|eff= local | |eff= local | ||
|arg= global | |arg= global | ||
|gr1= High Command | |gr1= High Command | ||
| Set group icons parameters. [color,string,float,bool] | | Set group icons parameters. [color,string,float,bool] | ||
| group '''setGroupIconParams''' properties | | group '''setGroupIconParams''' properties | ||
|p1= group: [[Group]] - | |p1= group: [[Group]] - | ||
|p2= properties: [[Array]] - | |p2= properties: [[Array]] - | ||
|p3 | |p3= | ||
| [[Nothing]] | | [[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> | _grp setGroupIconParams [[0,0,0,0],"",1,false];</pre> | ||
| [[addGroupIcon]], [[clearGroupIcons]], [[getGroupIcon]], [[getGroupIconParams]], [[groupIconSelectable]], [[groupIconsVisible]], [[onGroupIconClick]], [[removeGroupIcon]], [[setGroupIcon]], [[setGroupIconsSelectable]], [[setGroupIconsVisible]] | | [[addGroupIcon]], [[clearGroupIcons]], [[getGroupIcon]], [[getGroupIconParams]], [[groupIconSelectable]], [[groupIconsVisible]], [[onGroupIconClick]], [[removeGroupIcon]], [[setGroupIcon]], [[setGroupIconsSelectable]], [[setGroupIconsVisible]] | ||
| | | | ||
}} | }} | ||
Revision as of 11:09, 18 January 2021
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