BIS fnc EXP camp playerChecklist: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (adding cat)
m (rollback)
Line 40: Line 40:
[[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}}]]
[[Category:Placeholder function]]

Revision as of 13:24, 2 April 2019

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