setSimpleTaskDescription: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(format)
m (Some wiki formatting)
 
(41 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= arma2
|version1= 1.00


|1.00|= Game version
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| Attach descriptions to the simple task.  |= Description
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| task '''setSimpleTaskDescription''' [description, descriptionShort, descriptionHUD] |= Syntax
|game4= arma3
|version4= 0.50


|p1= task: [[Task]] |= PARAMETER1
|gr1= Briefing


|p2= [description, descriptionShort, descriptionHUD]: [[Array]] |= PARAMETER2
|descr= Attach descriptions to the simple task.


|p3= description: [[String]] - Task description |= PARAMETER3
|s1= task [[setSimpleTaskDescription]] [description, descriptionShort, descriptionHUD]


|p4= descriptionShort: [[String]] - Task title  |= PARAMETER4
|p1= task: [[Task]]


|p5= descriptionHUD: [[String]] - Task waypoint description |= PARAMETER5
|p2= description: [[String]] - task description


| [[Nothing]] |= RETURNVALUE
|p3= descriptionShort: [[String]] - task title


|p4= descriptionHUD: [[String]] - task waypoint description


|x1= <code>mytask [[setSimpleTaskDescription]] ["Today you have to kill Spongebob","Kill Spongebob","Here he is!"];</code>|= EXAMPLE1
|r1= [[Nothing]]


____________________________________________________________________________________________
|x1= <sqf>myTask setSimpleTaskDescription ["Today you have to kill Spongebob", "Kill Spongebob", "There he is!"];</sqf>


| [[taskDescription]], [[Tasks]], [[createSimpleTask]], [[removeSimpleTask]], [[setSimpleTaskDestination]], [[setTaskState]], [[setTaskResult]], [[taskState]] |= SEEALSO
|seealso= [[taskDescription]] [[Tasks]] [[createSimpleTask]] [[removeSimpleTask]] [[setSimpleTaskDestination]] [[setTaskState]] [[setTaskResult]] [[taskState]]
 
|  |= MPBEHAVIOUR
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Briefing|{{uc:{{PAGENAME}}}}]]

Latest revision as of 21:56, 21 August 2022

Hover & click on the images for description

Description

Description:
Attach descriptions to the simple task.
Groups:
Briefing

Syntax

Syntax:
task setSimpleTaskDescription [description, descriptionShort, descriptionHUD]
Parameters:
task: Task
description: String - task description
descriptionShort: String - task title
descriptionHUD: String - task waypoint description
Return Value:
Nothing

Examples

Example 1:
myTask setSimpleTaskDescription ["Today you have to kill Spongebob", "Kill Spongebob", "There he is!"];

Additional Information

See also:
taskDescription Tasks createSimpleTask removeSimpleTask setSimpleTaskDestination setTaskState setTaskResult taskState

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