setSimpleTaskDescription: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]2(\|.*)?\]\]" to "{{GameCategory|arma2|Scripting Commands}}")
m (Some wiki formatting)
 
(30 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


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


|gr1= Briefing |GROUP1=
|game2= arma2oa
|version2= 1.50


|game3= tkoh
|version3= 1.00


|game4= arma3
|version4= 0.50


|1.00|Game version=
|gr1= Briefing
____________________________________________________________________________________________


| Attach descriptions to the simple task. |DESCRIPTION=
|descr= Attach descriptions to the simple task.
____________________________________________________________________________________________


| task '''setSimpleTaskDescription''' [description, descriptionShort, descriptionHUD] |SYNTAX=
|s1= task [[setSimpleTaskDescription]] [description, descriptionShort, descriptionHUD]


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


|p2= [description, descriptionShort, descriptionHUD]: [[Array]] |PARAMETER2=
|p2= description: [[String]] - task description


|p3= description: [[String]] - Task description  |PARAMETER3=
|p3= descriptionShort: [[String]] - task title


|p4= descriptionShort: [[String]] - Task title  |PARAMETER4=
|p4= descriptionHUD: [[String]] - task waypoint description


|p5= descriptionHUD: [[String]] - Task waypoint description  |PARAMETER5=
|r1= [[Nothing]]


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


 
|seealso= [[taskDescription]] [[Tasks]] [[createSimpleTask]] [[removeSimpleTask]] [[setSimpleTaskDestination]] [[setTaskState]] [[setTaskResult]] [[taskState]]
|x1= <code>mytask [[setSimpleTaskDescription]] ["Today you have to kill Spongebob","Kill Spongebob","Here he is!"];</code>|EXAMPLE1=
 
____________________________________________________________________________________________
 
| [[taskDescription]], [[Tasks]], [[createSimpleTask]], [[removeSimpleTask]], [[setSimpleTaskDestination]], [[setTaskState]], [[setTaskResult]], [[taskState]] |SEEALSO=
 
|  |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>
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[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