BIS fnc groupIndicator: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - "<code> *([^<|{]*) *<\/code>" to "<sqf>$1</sqf>") |
||
(20 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| arma3 | | |game1= arma3 | ||
|version1= 1.00 | |||
| | |gr1= GUI | ||
| | |eff= local | ||
| | |descr= Displays Group Indicator (to the right of the screen in {{GVI|arma3|1.82}}) | ||
| | |s1= 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]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>[] call BIS_fnc_groupIndicator; // starts group indicator</sqf> | ||
|x2= < | |x2= <sqf>["Exit"] call BIS_fnc_groupIndicator; // closes group indicator</sqf> | ||
| [[Description.ext#showGroupIndicator|Description.ext showGroupIndicator]] | |seealso= [[Description.ext#showGroupIndicator|Description.ext showGroupIndicator]] [[Description.ext#showSquadRadar|Description.ext showSquadRadar]] | ||
}} | }} | ||
Latest revision as of 22:44, 12 July 2022
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:
- Example 2:
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