setGroupIconsVisible: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) 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. | {{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. | | [[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 10:22, 3 April 2021
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