BIS fnc groupIndicator: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(added local effect)
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 9: Line 8:


|eff= local |Effects in MP=
|eff= local |Effects in MP=
____________________________________________________________________________________________


| Displays Group Indicator (to the right of the screen in {{GVI|arma3|1.82}}) |Description=
| Displays Group Indicator (to the right of the screen in {{GVI|arma3|1.82}}) |Description=
____________________________________________________________________________________________


| argument [[call]] [[BIS_fnc_groupIndicator]] |Syntax=
| argument [[call]] [[BIS_fnc_groupIndicator]] |Syntax=
Line 22: Line 19:


| [[Nothing]] |Return value=
| [[Nothing]] |Return value=
____________________________________________________________________________________________


|x1= <code>[] [[call]] [[BIS_fnc_groupIndicator]]; {{codecomment|// starts group indicator}}</code> |Example 1=
|x1= <code>[] [[call]] [[BIS_fnc_groupIndicator]]; {{codecomment|// starts group indicator}}</code> |Example 1=


|x2= <code>["Exit"] [[call]] [[BIS_fnc_groupIndicator]]; {{codecomment|// closes group indicator}}</code> |Example 2=
|x2= <code>["Exit"] [[call]] [[BIS_fnc_groupIndicator]]; {{codecomment|// closes group indicator}}</code> |Example 2=
____________________________________________________________________________________________


| [[Description.ext#showGroupIndicator|Description.ext showGroupIndicator]], [[Description.ext#showSquadRadar|Description.ext showSquadRadar]] |See also=
| [[Description.ext#showGroupIndicator|Description.ext showGroupIndicator]], [[Description.ext#showSquadRadar|Description.ext showSquadRadar]] |See also=

Revision as of 00:11, 17 January 2021

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 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


Notes

Bottom Section