removeGroupIcon: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma2 |Game name= | | arma2 |Game name= | ||
Line 7: | Line 6: | ||
|gr1= High Command |GROUP1= | |gr1= High Command |GROUP1= | ||
| Remove icon with given ID from group. |DESCRIPTION= | | Remove icon with given ID from group. |DESCRIPTION= | ||
| group '''removeGroupIcon''' iconID |SYNTAX= | | group '''removeGroupIcon''' iconID |SYNTAX= | ||
Line 25: | Line 22: | ||
|x1= <code>_target removeGroupIcon (_target getvariable "hc_attackicon");</code>|EXAMPLE1= | |x1= <code>_target removeGroupIcon (_target getvariable "hc_attackicon");</code>|EXAMPLE1= | ||
| [[addGroupIcon]], [[clearGroupIcons]], [[getGroupIcon]], [[getGroupIconParams]], [[groupIconSelectable]], [[groupIconsVisible]], [[onGroupIconClick]], [[setGroupIcon]], [[setGroupIconParams]], [[setGroupIconsSelectable]], [[setGroupIconsVisible]] |SEEALSO= | | [[addGroupIcon]], [[clearGroupIcons]], [[getGroupIcon]], [[getGroupIconParams]], [[groupIconSelectable]], [[groupIconsVisible]], [[onGroupIconClick]], [[setGroupIcon]], [[setGroupIconParams]], [[setGroupIconsSelectable]], [[setGroupIconsVisible]] |SEEALSO= | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= | ||
}} | }} | ||
Revision as of 02:23, 17 January 2021
Description
- Description:
- Remove icon with given ID from group.
- Groups:
- High Command
Syntax
- Syntax:
- group removeGroupIcon iconID
- Parameters:
- group: Group -
- iconID: Number -
- Return Value:
- Nothing
Examples
- Example 1:
_target removeGroupIcon (_target getvariable "hc_attackicon");
Additional Information
- See also:
- addGroupIconclearGroupIconsgetGroupIcongetGroupIconParamsgroupIconSelectablegroupIconsVisibleonGroupIconClicksetGroupIconsetGroupIconParamssetGroupIconsSelectablesetGroupIconsVisible
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