BIS fnc groupIndicator: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (Text replacement - "<code> *([^<|{]*) *<\/code>" to "<sqf>$1</sqf>")
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.00


| arma3 |= Game name
|gr1= GUI


|1.00|= Game version
|eff= local
____________________________________________________________________________________________


| <pre>//--- Function called before display - create display and terminate
|descr= Displays Group Indicator (to the right of the screen in {{GVI|arma3|1.82}})
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_groupIndicator]]; --> |= Syntax
|s1= argument call [[BIS_fnc_groupIndicator]]


|p1= |= Parameter 1
|p1= argument: [[Array]] - '''case-sensitive''', can be:
* [] - displays Group Indicator
* ["Exit"] - closes Group Indicator
&nbsp;


| |= Return value
|r1= [[Nothing]]
____________________________________________________________________________________________


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


| |= See also
|x2= <sqf>["Exit"] call BIS_fnc_groupIndicator; // closes group indicator</sqf>


|seealso= [[Description.ext#showGroupIndicator|Description.ext showGroupIndicator]] [[Description.ext#showSquadRadar|Description.ext showSquadRadar]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: GUI|{{uc:groupIndicator}}]]
[[Category:Functions|{{uc:groupIndicator}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:groupIndicator}}]]

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