removeGroupIcon: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "(\|p[0-9]+ *= * )+" to "")
m (Some wiki formatting)
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma2
|game1= arma2
|version1= 1.00


|1.00
|game2= arma2oa
|version2= 1.50
 
|game3= tkoh
|version3= 1.00
 
|game4= arma3
|version4= 0.50


|gr1= High Command
|gr1= High Command


| Remove icon with given ID from group.
|descr= Remove icon with given ID from group.


| group '''removeGroupIcon''' iconID
|s1= group [[removeGroupIcon]] iconID


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


|p2= iconID: [[Number]] -
|p2= iconID: [[Number]]


| Nothing
|r1= [[Nothing]]


|x1= <code>_target removeGroupIcon (_target getvariable "hc_attackicon");</code>
|x1= <sqf>_target removeGroupIcon (_target getVariable "hc_attackicon");</sqf>


| [[addGroupIcon]], [[clearGroupIcons]], [[getGroupIcon]], [[getGroupIconParams]], [[groupIconSelectable]], [[groupIconsVisible]], [[onGroupIconClick]], [[setGroupIcon]], [[setGroupIconParams]], [[setGroupIconsSelectable]], [[setGroupIconsVisible]]
|seealso= [[addGroupIcon]] [[clearGroupIcons]] [[getGroupIcon]] [[getGroupIconParams]] [[groupIconSelectable]] [[groupIconsVisible]] [[onGroupIconClick]] [[setGroupIcon]] [[setGroupIconParams]] [[setGroupIconsSelectable]] [[setGroupIconsVisible]]
}}
}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:04, 25 March 2024

Hover & click on the images for description

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:
addGroupIcon clearGroupIcons getGroupIcon getGroupIconParams groupIconSelectable groupIconsVisible onGroupIconClick setGroupIcon setGroupIconParams setGroupIconsSelectable setGroupIconsVisible

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