behaviour
Jump to navigation
Jump to search

Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.00
Description
- Description:
- Return the behaviour of a unit. For Arma 3 behaviour explanation see Arma_3_AI_Behavior
Syntax
- Syntax:
- behaviour unitName
- Parameters:
- unitName: Object
- Return Value:
- String - One of "CARELESS", "SAFE", "AWARE", "COMBAT" and "STEALTH".
Examples
- Example 1:
_soldier setBehaviour "CARELESS"; _b = behaviour _soldier; //returns "CARELESS"
Additional Information
- Multiplayer:
- -
- See also:
- behaviour descriptionAIBehavioursetBehavioursetWaypointBehaviourcombatModesetCombatModeskillsetSkillArma 3 AI Skill
Notes
Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To
Add New Note | How To
Notes
- Posted on 14 Feb 2010
- MadRussian
- Although behaviour is called on an individual unit, what you are really getting back is the behaviour of that unit's group. Behaviour is a group setting.
Bottom Section
Categories:
- Pages using duplicate arguments in template calls
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Commands utilizing global arguments
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Scripting Commands ArmA2
- Command Group: Object Information
- Command Group: Unit Control
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters