setBehaviour: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (added behaviour to see also)
Line 29: Line 29:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[behaviour]] |= See also


}}
}}

Revision as of 14:53, 4 September 2008

Hover & click on the images for description

Description

Description:
Set group/unit behaviour mode. Behaviour is one of:
  • "CARELESS"
  • "SAFE"
  • "AWARE"
  • "COMBAT"
  • "STEALTH".
Groups:
Uncategorised

Syntax

Syntax:
UnitOrGroup setBehaviour "behaviour"
Parameters:
UnitOrGroup : Unit or Group
behaviour: String
Return Value:
Nothing

Examples

Example 1:
_group1 setBehaviour "safe"

Additional Information

See also:
behaviour

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