BIS fnc taskSetDescription: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) (Page refactor) |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Set a task description. For easy task manipulation, use the [[Arma 3 Task Framework]]. |= Description | ||
____________________________________________________________________________________________ | |||
| [ taskId, [ taskDescription, taskTitle, taskMarker ] ] call [[BIS_fnc_taskSetDescription]] |= Syntax | |||
|p1= taskId: [[String]]|= Parameter 1 | |||
|p2= taskDescription: [[String]]|= Parameter 2 | |||
| | |p3= taskTitle: [[String]]|= Parameter 3 | ||
| | |p4= taskMarker: [[String]]|= Parameter 4 | ||
| |= Return value | | [[Boolean]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>[ | ||
"tsk_destroyAA", | |||
[ | |||
"You should plant Satchels under those Shilkas! Good luck.", | |||
"Destroy the Shilkas", | |||
"Shilkas" | |||
] | |||
] [[call]] [[BIS_fnc_taskSetDescription]];</code> |= Example 1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[BIS_fnc_taskCreate]], [[BIS_fnc_setTask]], [[Arma_3_Task_Framework|Task Framework]], [[Arma_3_Tasks_Overhaul|Tasks Overhaul]] |= See also | ||
}} | }} |
Revision as of 20:30, 25 March 2018
Description
- Description:
- Set a task description. For easy task manipulation, use the Arma 3 Task Framework.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [ taskId, [ taskDescription, taskTitle, taskMarker ] ] call BIS_fnc_taskSetDescription
- Parameters:
- taskId: String
- taskDescription: String
- taskTitle: String
- taskMarker: String
- Return Value:
- Boolean
Examples
- Example 1:
[ "tsk_destroyAA", [ "You should plant Satchels under those Shilkas! Good luck.", "Destroy the Shilkas", "Shilkas" ] ] call BIS_fnc_taskSetDescription;
Additional Information
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