BIS fnc groupIndicator: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|s([0-9])= ([^ ]+) (\[\[call\]\]) ([^ ]+) " to "|s$1= $2 call $4 ")
m (Text replacement - "\|seealso= ?\[\[([^ ]+)\]\], *\[\[([^ ]+)\]\]" to "|seealso= $1 $2")
Line 23: Line 23:
|x2= <code>["Exit"] [[call]] [[BIS_fnc_groupIndicator]]; {{cc|closes group indicator}}</code>
|x2= <code>["Exit"] [[call]] [[BIS_fnc_groupIndicator]]; {{cc|closes group indicator}}</code>


|seealso=[[Description.ext#showGroupIndicator|Description.ext showGroupIndicator]], [[Description.ext#showSquadRadar|Description.ext showSquadRadar]]
|seealso= [[Description.ext#showGroupIndicator|Description.ext showGroupIndicator]] [[Description.ext#showSquadRadar|Description.ext showSquadRadar]]
}}
}}

Revision as of 23:37, 20 January 2022

Hover & click on the images for description

Description

Description:
Displays Group Indicator (to the right of the screen in Arma 3 logo black.png1.82)
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 showGroupIndicator Description.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