BIS_fnc_taskExists

From Bohemia Interactive Community
Revision as of 15:11, 11 December 2015 by Tom 48 97 (talk | contribs)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
/*
	
	Description:
	Return if a task exists.
	
	Parameters:
		0: STRING - Task name
	
	Returns:
	True if the task exists, false if not.
*/

(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
["Task"] call BIS_fnc_taskExists;
Parameters:
"Task": String - Task name
Return Value:
Bool

Examples

Example 1:
_exists = ["MyTask"] call BIS_fnc_taskExists;

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

Notes

Bottom Section