BIS fnc deleteTask: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *O([a-z ])" to "$1 - o$2") |
Lou Montana (talk | contribs) m (Text replacement - "{{Feature|Informative|" to "{{Feature|informative|") |
||
Line 10: | Line 10: | ||
|eff= global | |eff= global | ||
|descr= Deletes given task. {{Feature| | |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]] |
Revision as of 00:25, 2 February 2024
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:
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