BIS fnc taskSetState: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Tasks(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
Lou Montana (talk | contribs) |
||
Line 27: | Line 27: | ||
*"CANCELED" |Parameter 2= | *"CANCELED" |Parameter 2= | ||
|p3= showHint: [[Boolean]] - (Optional, default [[true]]) [[ | |p3= showHint: [[Boolean]] - (Optional, default [[true]]) [[true]] to show a hint |Parameter 3= | ||
| [[Boolean]] |Return value= | | [[Boolean]] |Return value= |
Revision as of 18:31, 26 December 2020
Description
Syntax
- Syntax:
- [taskName, taskState, showHint] call BIS_fnc_taskSetState
- Parameters:
- taskName: String
- taskState: String - Can be:
- "CREATED"
- "ASSIGNED"
- "SUCCEEDED"
- "FAILED"
- "CANCELED"
- showHint: Boolean - (Optional, default true) true to show a hint
- Return Value:
- Boolean
Examples
- Example 1:
["BIS_task_01","CANCELED"] call BIS_fnc_taskSetState;
Additional Information
- See also:
- Task Functions 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