doWatch: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:
[[Category:Scripting Commands ArmA|DOWATCHPOSITION]]
[[Category:Scripting Commands ArmA|DOWATCHPOSITION]]


{{Command|= Comments
____________________________________________________________________________________________
| ofp |= Game name
|1.00|= Game version
____________________________________________________________________________________________
|  |= Description
____________________________________________________________________________________________
| '''doWatch position''' |= Syntax
|  |= Return value
____________________________________________________________________________________________
|  |= See also
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>


<h2 style="color:#000066"> '''''unit'' doWatch ''position'''''</h2>
<h2 style="color:#000066"> '''''unit'' doWatch ''position'''''</h2>

Revision as of 06:21, 2 August 2006


Hover & click on the images for description

Description

Description:
Description needed
Groups:
Uncategorised

Syntax

Syntax:
doWatch position
Return Value:
Return value needed

Examples

Examples:
Example needed

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

unit doWatch position


Operand types:

unit: Object or Array

position: Array

Type of returned value:

Nothing

Description:

Orders the unit to watch the given position (format Position) (silently).


Example:

soldierOne doWatch getMarkerPos "MarkerMoveOne"