BIS fnc EXP camp playerChecklist: 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: Thomas Ryan


Description:
|descr= Display a checklist of players that don't meet the given condition, thus preventing mission progress.
Display a checklist of players that don't meet the given condition, thus preventing mission progress.


Parameters:
|mp= Should only be excuted on the server.
_this select 0: CODE - General condition that must be met to proceed. Will not list player names.
_this select 1: CODE - Condition that must be met by each player. Use _player to reference the player unit.
_this select 2: CODE - Code to be executed when all players meet the defined condition.


Returns:
|s1= [conditionProceed, conditionPlayer, code] call [[BIS_fnc_EXP_camp_playerChecklist]]
True if successful, false if not.
*/</pre>{{placeholder}}<!-- Remove this after fill-in --> |Description=


|[] call [[BIS_fnc_EXP_camp_playerChecklist]]|Syntax=
|p1= conditionProceed: [[Code]] - (Optional, default {true}) General condition that must be met to proceed. Will not list player names.


|p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
|p2= conditionPlayer: [[Code]] - (Optional, default {true}) Condition that must be met by each player. Use '''_player''' to reference the player unit.


|Datatype - description|Return value=
|p3= code: [[Code]] - (Optional, default {}) Code to be executed when all players meet the defined condition.


|x1= <code></code>|Example 1=
|r1= [[Boolean]] - [[True]] if successful, [[false]] if not


|exec= call |Execution=
|x1= <code>[{[[count]] [[allPlayers]] == 4}] [[call]] [[BIS_fnc_EXP_camp_playerChecklist]];</code>
 
|exec= call
 
|seealso=


| |See also=
}}
}}
[[Category:Function Group: Campaign|{{uc:EXP_camp_playerChecklist}}]]
[[Category:Function Group: Campaign|{{uc:EXP_camp_playerChecklist}}]]
[[Category:Functions|{{uc:EXP_camp_playerChecklist}}]]
[[Category:Functions|{{uc:EXP_camp_playerChecklist}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:EXP_camp_playerChecklist}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:EXP_camp_playerChecklist}}]]

Revision as of 23:54, 13 January 2020

Hover & click on the images for description

Description

Description:
Display a checklist of players that don't meet the given condition, thus preventing mission progress.
Execution:
call
Multiplayer:
Should only be excuted on the server.
Groups:
Uncategorised

Syntax

Syntax:
[conditionProceed, conditionPlayer, code] call BIS_fnc_EXP_camp_playerChecklist
Parameters:
conditionProceed: Code - (Optional, default {true}) General condition that must be met to proceed. Will not list player names.
conditionPlayer: Code - (Optional, default {true}) Condition that must be met by each player. Use _player to reference the player unit.
code: Code - (Optional, default {}) Code to be executed when all players meet the defined condition.
Return Value:
Boolean - True if successful, false if not

Examples

Example 1:
[{count allPlayers == 4}] call BIS_fnc_EXP_camp_playerChecklist;

Additional Information

See also:
See also needed

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