BIS fnc deleteTask: Difference between revisions
Jump to navigation
Jump to search
m (template:command argument fix) |
m (template:command argument fix) |
||
Line 12: | Line 12: | ||
| [taskID,owner] call '''BIS_fnc_deleteTask''' |SYNTAX= | | [taskID,owner] call '''BIS_fnc_deleteTask''' |SYNTAX= | ||
|p1= taskID: [[String]] - ID of the task |= | |p1= taskID: [[String]] - ID of the task |PARAMETER1= | ||
|p2= owner: [[String]] - Owner of the task.(Optional) Can be: | |p2= owner: [[String]] - Owner of the task.(Optional) Can be: | ||
Line 19: | Line 19: | ||
*[[Group]] - all objects in the group | *[[Group]] - all objects in the group | ||
*[[Side]] - all objects of the given side | *[[Side]] - all objects of the given side | ||
*[[Array]]- collection of above types|= | *[[Array]]- collection of above types|PARAMETER2= | ||
Line 25: | Line 25: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[ "task_1" ] [[call]] '''BIS_fnc_deleteTask''';</code> |= | |x1= <code>[ "task_1" ] [[call]] '''BIS_fnc_deleteTask''';</code> |EXAMPLE1= | ||
|x2= <code>[ "task_1",[[west]] ] [[call]] '''BIS_fnc_deleteTask''';</code> |= | |x2= <code>[ "task_1",[[west]] ] [[call]] '''BIS_fnc_deleteTask''';</code> |EXAMPLE2= | ||
|x3= <code>[ "task_1",[ [[west]], [[player]], [[group]] soldier ] ] [[call]] '''BIS_fnc_deleteTask''';</code> |= | |x3= <code>[ "task_1",[ [[west]], [[player]], [[group]] soldier ] ] [[call]] '''BIS_fnc_deleteTask''';</code> |EXAMPLE3= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 14:29, 7 April 2019
Description
- Description:
- Deletes given task.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [taskID,owner] call BIS_fnc_deleteTask
- Parameters:
- taskID: String - ID of the task
- owner: String - Owner of the task.(Optional) Can be:
- Return Value:
- Nothing
Examples
- Example 1:
[ "task_1" ] call BIS_fnc_deleteTask;
- Example 2:
[ "task_1",west ] call BIS_fnc_deleteTask;
- Example 3:
[ "task_1",[ west, player, group soldier ] ] call BIS_fnc_deleteTask;
Additional Information
- See also:
- BIS fnc setTaskBIS fnc setTaskLocalBIS fnc sharedObjectivesBIS fnc taskAlwaysVisibleBIS fnc taskChildrenBIS fnc taskCompletedBIS fnc taskCreateBIS fnc taskCurrentBIS fnc taskDescriptionBIS fnc taskDestinationBIS fnc taskExistsBIS fnc taskHintBIS fnc taskParentBIS fnc taskRealBIS fnc taskSetAlwaysVisibleBIS fnc taskSetCurrentBIS fnc taskSetDescriptionBIS fnc taskSetDestinationBIS fnc taskSetStateBIS fnc taskSetTypeBIS fnc taskStateBIS fnc tasksUnitBIS fnc taskTypeBIS fnc taskTypeIconBIS fnc taskVarArma 3 Task FrameworkArma 3 Tasks Overhaul
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