doWatch target: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 12: Line 12:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= Description
| Orders the unit to watch the given '''target''' (silently). |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''doWatch target''' |= Syntax
| '''''unit'' doWatch ''target''''' |= Syntax


| |= Return value
|=p1 unit: [[Object]] or [[Array]] |= Parameter 1
|=p2 target: [[Object]] |= Parameter 2
| [[Nothin]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
 
|x1= soldierOne '''doWatch''' [[player]] |= Example 1
|  |= See also
|  |= See also


Line 33: Line 35:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
<h2 style="color:#000066">'''''unit'' doWatch ''target'''''</h2>
'''Operand types:'''
'''unit:''' [[Object]] or [[Array]]
'''target:''' [[Object]]
'''Type of returned value:'''
[[Nothing]]
'''Description:'''
Orders the unit to watch the given '''target''' (silently).
'''Example:'''
soldierOne '''doWatch''' [[player]]

Revision as of 06:50, 2 August 2006


Hover & click on the images for description

Description

Description:
Orders the unit to watch the given target (silently).
Groups:
Uncategorised

Syntax

Syntax:
unit doWatch target
Return Value:
Nothin

Examples

Example 1:
soldierOne doWatch player

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