BIS fnc EXP camp getPlayersGroup: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Function|= Comments | arma3 |Game name= |1.62|Game version= <!---|arg= local |Multiplayer Arguments=---> <!---|eff= local |Multiplayer Effects=---> | <pre>/* Author: N...")
 
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *G([a-z ])" to "$1 - g$2")
 
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Function|= Comments
{{RV|type=function


| arma3 |Game name=
|game1= arma3
|version1= 1.62


|1.62|Game version=
|gr1= Campaign


<!---|arg= local |Multiplayer Arguments=--->
|arg= local


<!---|eff= local |Multiplayer Effects=--->
|descr= Returns group that players belong to in coop campaign scenario.


| <pre>/*
|s1=
Author: Nelson Duarte


Description:
|r1= [[Group]] - group the player belongs to
Returns group that players belong to in coop campaign scenario


Parameters:
|x1= <sqf>private _group = call BIS_fnc_EXP_camp_getPlayersGroup;</sqf>
Nothing


Returns:
|seealso= [[group]]
GROUP of the players
*/</pre>{{Informative|Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]]}} |Description=
 
|[] call [[BIS_fnc_EXP_camp_getPlayersGroup]]|Syntax=
 
|p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
 
|Datatype - description|Return value=
 
|x1= <code></code>|Example 1=
 
|exec= call |Execution=
 
| |See also=
}}
}}
[[Category:Function Group: Campaign|{{uc:EXP_camp_getPlayersGroup}}]]
[[Category:Functions|{{uc:EXP_camp_getPlayersGroup}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:EXP_camp_getPlayersGroup}}]]

Latest revision as of 16:31, 8 November 2023

Hover & click on the images for description

Description

Description:
Returns group that players belong to in coop campaign scenario.
Execution:
call
Groups:
Campaign

Syntax

Syntax:
Syntax needed
Return Value:
Group - group the player belongs to

Examples

Example 1:
private _group = call BIS_fnc_EXP_camp_getPlayersGroup;

Additional Information

See also:
group

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