BIS fnc EXP camp getPlayersGroup: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Comments" to "|Comments=")
m (page filled)
Line 1: Line 1:
{{Function|Comments=
{{Function


| arma3 |Game name=
|game1= arma3


|1.62|Game version=
|version1= 1.62


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


<!---|eff= local |Multiplayer Effects=--->
|arg= local


| <pre>/*
<!--|eff= local-->
Author: Nelson Duarte


Description:
|descr= Returns group that players belong to in coop campaign scenario.
Returns group that players belong to in coop campaign scenario


Parameters:
||=Syntax
Nothing


Returns:
|r1= [[Group]] - Group the player belongs to
GROUP of the players
*/</pre>{{placeholder}}<!-- Remove this after fill-in --> |Description=


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


|p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
|exec= call


|Datatype - description|Return value=
|seealso= [[group]]


|x1= <code></code>|Example 1=
|exec= call |Execution=
| |See also=
}}
}}



Revision as of 00:06, 14 January 2020

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
_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