BIS_fnc_EXP_camp_playerChecklist

From Bohemia Interactive Community
Revision as of 13:24, 2 April 2019 by Erentar (talk | contribs) (rollback)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
/*
	Author: Thomas Ryan

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

	Parameters:
		_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:
	True if successful, false if not.
*/
Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[] call BIS_fnc_EXP_camp_playerChecklist
Parameters:
parameter: Datatype - (Optional, default defValue) description
Return Value:
Datatype - description

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