BIS fnc groupIndicator: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|s1= +" to "|s1= ") |
Lou Montana (talk | contribs) m (Text replacement - "\|s([0-9])= ([^ ]+) (\[\[call\]\]) ([^ ]+) " to "|s$1= $2 call $4 ") |
||
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= argument | |s1= argument call [[BIS_fnc_groupIndicator]] | ||
|p1= argument: [[Array]] - '''case-sensitive''', can be: | |p1= argument: [[Array]] - '''case-sensitive''', can be: |
Revision as of 18:18, 20 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