BIS fnc groupIndicator: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(\[\[.+\]\]) \}\}$" to " |seealso=$1 }}")
m (Text replacement - "<code> *([^<|{]*) *<\/code>" to "<sqf>$1</sqf>")
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=function
{{RV|type=function


| arma3
|game1= arma3
 
|version1= 1.00
|1.00


|gr1= GUI
|gr1= GUI
Line 9: Line 8:
|eff= local
|eff= local


| 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}})


| 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:
Line 18: Line 17:
&nbsp;
&nbsp;


| [[Nothing]]
|r1= [[Nothing]]


|x1= <code>[] [[call]] [[BIS_fnc_groupIndicator]]; {{cc|starts group indicator}}</code>
|x1= <sqf>[] call BIS_fnc_groupIndicator; // starts group indicator</sqf>


|x2= <code>["Exit"] [[call]] [[BIS_fnc_groupIndicator]]; {{cc|closes group indicator}}</code>
|x2= <sqf>["Exit"] call BIS_fnc_groupIndicator; // closes group indicator</sqf>


|seealso=[[Description.ext#showGroupIndicator|Description.ext showGroupIndicator]], [[Description.ext#showSquadRadar|Description.ext showSquadRadar]]
|seealso= [[Description.ext#showGroupIndicator|Description.ext showGroupIndicator]] [[Description.ext#showSquadRadar|Description.ext showSquadRadar]]
}}
}}

Latest revision as of 23:44, 12 July 2022

Hover & click on the images for description

Description

Description:
Displays Group Indicator (to the right of the screen in Arma 3 logo black.png1.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

See also:
Description.ext showGroupIndicator Description.ext showSquadRadar

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