BIS_fnc_EXP_camp_playerChecklist
Jump to navigation
Jump to search
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:
- Campaign
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:
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