BIS fnc taskExists: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (page filling)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Return [[true]] if a task exists. |= Description
Description:
Return if a task exists.
Parameters:
0: STRING - Task name
Returns:
True if the task exists, false if not.
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| ["Task"] call [[BIS_fnc_taskExists]]|= Syntax
| [taskName] call [[BIS_fnc_taskExists]] |= Syntax


|p1= "Task": String - Task name |= Parameter 1
|p1= taskName: [[String]] - Task name |= Parameter 1


| [[Bool]]|= Return value
| [[Boolean]] - [[True]] if it exists|= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>_exists = ["MyTask"] call BIS_fnc_taskExists; </code> |=  
|x1= <code>_exists = ["MyTask"] [[call]] [[BIS_fnc_taskExists]];</code> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
|[[BIS_fnc_deleteTask]],[[BIS_fnc_setTask]],[[BIS_fnc_setTaskLocal]],[[BIS_fnc_sharedObjectives]],[[BIS_fnc_taskAlwaysVisible]],[[BIS_fnc_taskChildren]],[[BIS_fnc_taskCompleted]],[[BIS_fnc_taskCurrent]],[[BIS_fnc_taskDescription]],[[BIS_fnc_taskDestination]],[[BIS_fnc_taskHint]],[[BIS_fnc_taskParent]],[[BIS_fnc_taskReal]],[[BIS_fnc_taskSetAlwaysVisible]],[[BIS_fnc_taskSetCurrent]],[[BIS_fnc_taskSetDescription]],[[BIS_fnc_taskSetDestination]],[[BIS_fnc_taskSetState]],[[BIS_fnc_taskSetType]],[[BIS_fnc_taskState]],[[BIS_fnc_tasksUnit]],[[BIS_fnc_taskType]],[[BIS_fnc_taskTypeIcon]],[[BIS_fnc_taskVar]],[[Arma 3 Task Framework]],[[Arma 3 Tasks Overhaul]]  |= See also


}}
}}

Revision as of 13:44, 27 May 2018