setSimpleTaskDescription: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. ArmA2 classification)
 
m (Some wiki formatting)
 
(55 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{RV|type=command


[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
|game1= arma2
|version1= 1.00
 
|game2= arma2oa
|version2= 1.50
 
|game3= tkoh
|version3= 1.00
 
|game4= arma3
|version4= 0.50
 
|gr1= Briefing
 
|descr= Attach descriptions to the simple task.
 
|s1= task [[setSimpleTaskDescription]] [description, descriptionShort, descriptionHUD]
 
|p1= task: [[Task]]
 
|p2= description: [[String]] - task description
 
|p3= descriptionShort: [[String]] - task title
 
|p4= descriptionHUD: [[String]] - task waypoint description
 
|r1= [[Nothing]]
 
|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]]
}}

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