BIS fnc groupIndicator: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | | arma3 | ||
|1.00 | |1.00 | ||
|gr1= GUI | |gr1= GUI | ||
|eff= local |Effects in MP= | |eff= local |Effects in MP= | ||
| 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]] | | argument [[call]] [[BIS_fnc_groupIndicator]] | ||
|p1= argument: [[Array]] - '''case-sensitive''', can be: | |p1= argument: [[Array]] - '''case-sensitive''', can be: | ||
* [] - displays Group Indicator | * [] - displays Group Indicator | ||
* ["Exit"] - closes Group Indicator | * ["Exit"] - closes Group Indicator | ||
| | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>[] [[call]] [[BIS_fnc_groupIndicator]]; {{codecomment|// starts group indicator}}</code> | |x1= <code>[] [[call]] [[BIS_fnc_groupIndicator]]; {{codecomment|// starts group indicator}}</code> | ||
|x2= <code>["Exit"] [[call]] [[BIS_fnc_groupIndicator]]; {{codecomment|// closes group indicator}}</code> | |x2= <code>["Exit"] [[call]] [[BIS_fnc_groupIndicator]]; {{codecomment|// closes group indicator}}</code> | ||
| [[Description.ext#showGroupIndicator|Description.ext showGroupIndicator]], [[Description.ext#showSquadRadar|Description.ext showSquadRadar]] | | [[Description.ext#showGroupIndicator|Description.ext showGroupIndicator]], [[Description.ext#showSquadRadar|Description.ext showSquadRadar]] | ||
}} | }} | ||
Revision as of 23:03, 17 January 2021
Description
- Description:
- Displays Group Indicator (to the right of the screen in 1.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
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