BIS fnc EXP camp getPlayersGroup: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "code>_([a-zA-Z0-9_]+) = " to "code>private _$1 = ")
m (Text replacement - "<code>([^<]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^<]*) *<\/code>" to "<code>$1$2$3</code>")
Line 14: Line 14:
|r1= [[Group]] - Group the player belongs to
|r1= [[Group]] - Group the player belongs to


|x1= <code>[[private]] _group = [[call]] [[BIS_fnc_EXP_camp_getPlayersGroup]];</code>
|x1= <code>private _group = [[call]] [[BIS_fnc_EXP_camp_getPlayersGroup]];</code>


|seealso= [[group]]
|seealso= [[group]]
}}
}}

Revision as of 22:35, 12 July 2022

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