setSimpleTaskDestination: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
mNo edit summary
 
(42 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 a destination to the simple task.<br>Overrides [[setSimpleTaskTarget]]  |= Description
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| task '''setSimpleTaskDestination''' pos |= Syntax
|game4= arma3
|version4= 0.50


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


|p2= pos: [[Array]] - format [[Position]] |PARAMETER2=
|descr= Attach a destination to the simple task.<br>Overrides [[setSimpleTaskTarget]]


| [[Nothing]] |RETURNVALUE=
|s1= task [[setSimpleTaskDestination]] pos


|p1= task: [[Task]]


|x1= <code>_tskGoHere [[setSimpleTaskDestination]] ([[getMarkerPos]] "obj1");</code>|EXAMPLE1=
|p2= pos: [[Array]] format [[Position]]


____________________________________________________________________________________________
|r1= [[Nothing]]


| [[Tasks]], [[createSimpleTask]], [[removeSimpleTask]], [[setSimpleTaskDescription]], [[setTaskState]], [[setTaskResult]], [[taskState]], [[taskDestination]], [[cancelSimpleTaskDestination]] |SEEALSO=  
|x1= <sqf>_tskGoHere setSimpleTaskDestination (getMarkerPos "obj1");</sqf>


| |MPBEHAVIOUR=  
|seealso= [[Tasks]] [[createSimpleTask]] [[removeSimpleTask]] [[setSimpleTaskDescription]] [[setTaskState]] [[setTaskResult]] [[taskState]] [[taskDestination]] [[cancelSimpleTaskDestination]]
____________________________________________________________________________________________
}}
}}
<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 22:40, 28 September 2023

Hover & click on the images for description

Description

Description:
Attach a destination to the simple task.
Overrides setSimpleTaskTarget
Groups:
Briefing

Syntax

Syntax:
task setSimpleTaskDestination pos
Parameters:
task: Task
pos: Array format Position
Return Value:
Nothing

Examples

Example 1:
_tskGoHere setSimpleTaskDestination (getMarkerPos "obj1");

Additional Information

See also:
Tasks createSimpleTask removeSimpleTask setSimpleTaskDescription setTaskState setTaskResult taskState taskDestination cancelSimpleTaskDestination

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