BIS fnc groupIndicator: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) 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 22:47, 12 June 2021
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
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