setGroupIconsVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
m (Text replacement - "v1\.93\.[0-9]{6}" to "v1.94")
Line 9: Line 9:


| Sets if group icons added with [[addGroupIcon]] are visible on map and in the HUD.<br><br>
| Sets if group icons added with [[addGroupIcon]] are visible on map and in the HUD.<br><br>
{{Feature|arma3| Since Arma 3 v1.93.145657 this command returns [[Nothing]] as it should}}
{{Feature|arma3| Since Arma 3 v1.94 this command returns [[Nothing]] as it should}}


| '''setGroupIconsVisible''' [showOnMap, showOnHUD]
| '''setGroupIconsVisible''' [showOnMap, showOnHUD]
Line 19: Line 19:
|p3= showOnHUD: [[Boolean]] - [[true]] to show on HUD. Default - [[false]]
|p3= showOnHUD: [[Boolean]] - [[true]] to show on HUD. Default - [[false]]


| [[Nothing]] (prior to Arma 3 v1.93.145657 this command returned [[Object]] of [[objNull | null]] value)
| [[Nothing]] (prior to Arma 3 v1.94 this command returned [[Object]] of [[objNull | null]] value)


|x1= <code>[[setGroupIconsVisible]] [true,true];   
|x1= <code>[[setGroupIconsVisible]] [true,true];   

Revision as of 11:22, 3 April 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
High Command

Syntax

Syntax:
Syntax needed
Parameters:
[showOnMap, showOnHUD]: Array
showOnMap: Boolean - true to show on map. Default - false
showOnHUD: Boolean - true to show on HUD. Default - false
Return Value:
Return value needed

Examples

Example 1:
setGroupIconsVisible [true,true]; (group player) addGroupIcon ["b_inf", [0, 0]];

Additional Information

See also:
addGroupIconclearGroupIconsgetGroupIcongetGroupIconParamsgroupIconSelectablegroupIconsVisibleonGroupIconClickremoveGroupIconsetGroupIconsetGroupIconParamssetGroupIconsSelectable

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