BIS fnc groupIndicator: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "| Nothing |x1=" to "|r1= Nothing |x1=")
m (Text replacement - " \| *([^=\| ]+) * \|p1=" to " |s1= $1 |p1=")
Line 11: Line 11:
| Displays Group Indicator (to the right of the screen in {{GVI|arma3|1.82}})
| Displays Group Indicator (to the right of the screen in {{GVI|arma3|1.82}})


| argument [[call]] [[BIS_fnc_groupIndicator]]
|s1=  argument [[call]] [[BIS_fnc_groupIndicator]]


|p1= argument: [[Array]] - '''case-sensitive''', can be:
|p1= argument: [[Array]] - '''case-sensitive''', can be:

Revision as of 23:47, 12 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
GUI

Syntax

Syntax:
argument call BIS_fnc_groupIndicator
Parameters:
argument: Array - case-sensitive, can be:
  • [] - displays Group Indicator
  • ["Exit"] - closes Group Indicator
 
Return Value:
Nothing

Examples

Example 1:
[] call BIS_fnc_groupIndicator; // starts group indicator
Example 2:
["Exit"] call BIS_fnc_groupIndicator; // closes group indicator

Additional Information

See also:
Description.ext showGroupIndicatorDescription.ext showSquadRadar

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