BIS fnc taskExists: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - "\| *arma3 * * *\| *([0-2]\.[0-9]{2}) * " to "|game1= arma3 |version1= $1 ") | m (Text replacement - "Task Functions" to "") | ||
| Line 17: | Line 17: | ||
| |x1= <code>_exists = ["MyTask"] [[call]] [[BIS_fnc_taskExists]];</code> | |x1= <code>_exists = ["MyTask"] [[call]] [[BIS_fnc_taskExists]];</code> | ||
| |seealso=  | |seealso=  [[Arma 3: Task Framework]] | ||
| }} | }} | ||
Revision as of 10:44, 27 June 2021
Description
Syntax
- Syntax:
- [taskName] call BIS_fnc_taskExists
- Parameters:
- taskName: String - Task name
- Return Value:
- Boolean - true if it exists
Examples
- Example 1:
- _exists = ["MyTask"] call BIS_fnc_taskExists;
Additional Information
- See also:
- Arma 3: Task Framework
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
 
	