BIS fnc groupIndicator: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "| arma3 |1.00 " to "|game1= arma3 |version1= 1.00 ") |
Lou Montana (talk | contribs) m (Text replacement - "\|s1= +" to "|s1= ") |
||
Line 10: | Line 10: | ||
|descr= Displays Group Indicator (to the right of the screen in {{GVI|arma3|1.82}}) | |descr= Displays Group Indicator (to the right of the screen in {{GVI|arma3|1.82}}) | ||
|s1= | |s1= argument [[call]] [[BIS_fnc_groupIndicator]] | ||
|p1= argument: [[Array]] - '''case-sensitive''', can be: | |p1= argument: [[Array]] - '''case-sensitive''', can be: |
Revision as of 15:30, 19 June 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