BIS fnc EXP camp getPlayersGroup: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|gr1 =" to "|gr1=")
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *G([a-z ])" to "$1 - g$2")
 
(11 intermediate revisions by 2 users not shown)
Line 2: Line 2:


|game1= arma3
|game1= arma3
|version1= 1.62
|version1= 1.62


Line 11: Line 10:
|descr= Returns group that players belong to in coop campaign scenario.
|descr= Returns group that players belong to in coop campaign scenario.


||=Syntax
|s1=
 
|r1= [[Group]] - Group the player belongs to


|x1= <code>_group = [[call]] [[BIS_fnc_EXP_camp_getPlayersGroup]];</code>
|r1= [[Group]] - group the player belongs to


|exec= call
|x1= <sqf>private _group = call BIS_fnc_EXP_camp_getPlayersGroup;</sqf>


|seealso= [[group]]
|seealso= [[group]]
}}
}}
[[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