setSimpleTaskDestination: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
mNo edit summary
Line 12: Line 12:
| task '''setSimpleTaskDestination''' position |= Syntax
| task '''setSimpleTaskDestination''' position |= Syntax


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


|p2= Task,position: |= PARAMETER2  
|p2= Position: [[Position]] |= PARAMETER2  
 
|p3= |= PARAMETER3


| [[Nothing]] |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  




|x1= <code>(example)</code>|= EXAMPLE1  
|x1= <code>tskGoHere setSimpleTaskDestination (getMarkerPos "obj1");</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 22:09, 13 July 2009

Hover & click on the images for description

Description

Description:
Attach a destination to the simple task.
Groups:
Uncategorised

Syntax

Syntax:
task setSimpleTaskDestination position
Parameters:
Task: Task
Position: Position
Return Value:
Nothing

Examples

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

Additional Information

See also:
See also needed

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

Notes

Bottom Section