setGroupIconParams: Difference between revisions
Jump to navigation
Jump to search
(add. classification) |
m (Added example from HC.) |
||
Line 21: | Line 21: | ||
|x1= < | |x1= <pre>_icon setGroupIconParams [_color,_text,_scale,_visible]; | ||
_grp setGroupIconParams [[0,0,0,0],"",1,false];</pre>|= EXAMPLE1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 15:30, 15 September 2010
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:
- See also needed
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