doFollow: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (changed global to local variable to make clear the variable)
mNo edit summary
Line 14: Line 14:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Object#Unit(s)|Unit(s)]] '''doFollow''' followedunit |= Syntax
| unitName '''doFollow''' unitName2 |= Syntax


|p1= [[Object#Unit(s)|Unit(s)]] |= Parameter 1
|p1= unitName: [[Object]] or [[Array]] |= Parameter 1


|p2= followedunit: [[Object#Unit|Unit]] |= Parameter 2
|p2= unitName2: [[Object]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 19:43, 22 January 2009

Hover & click on the images for description

Description

Description:
Order the given unit(s) to follow the given other unit or vehicle eg (without radio messages).
Groups:
Uncategorised

Syntax

Syntax:
unitName doFollow unitName2
Parameters:
unitName: Object or Array
unitName2: Object
Return Value:
Nothing

Examples

Example 1:
_soldier1 doFollow _soldier2

Additional Information

See also:
commandFollow

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