BIS fnc deleteTask: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code> *([^<|{]*) *<\/code>" to "<sqf>$1</sqf>") |
Lou Montana (talk | contribs) m (Text replacement - " |s1=[" to " |s1= [") |
||
Line 12: | Line 12: | ||
|descr= Deletes given task. {{Feature|Informative| See [[Arma 3: Task Framework]].}} | |descr= Deletes given task. {{Feature|Informative| See [[Arma 3: Task Framework]].}} | ||
|s1=[taskID, owner, removeFromJIP] call [[BIS_fnc_deleteTask]] | |s1= [taskID, owner, removeFromJIP] call [[BIS_fnc_deleteTask]] | ||
|p1= taskID: [[String]] - ID of the task | |p1= taskID: [[String]] - ID of the task |
Revision as of 23:11, 12 July 2022
Description
Syntax
- Syntax:
- [taskID, owner, removeFromJIP] call BIS_fnc_deleteTask
- Parameters:
- taskID: String - ID of the task
- owner: String - Owner of the task.(Optional) Can be:
- since 2.08
- removeFromJIP: Boolean - true to also remove task from JIP queue, default false
- Return Value:
- Nothing
Examples
- Example 1:
- Example 2:
- Example 3:
["task_1", [west, player, group soldier]] call BIS_fnc_deleteTask;
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