setGroupIconParams: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added example from HC.)
m (Added SEEALSO)
Line 26: Line 26:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 16:46, 15 September 2010

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
_icon 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

Notes

Bottom Section