combatBehaviour: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|(arg|eff|serverExec|mp|seealso)= " to "") |
Lou Montana (talk | contribs) m (Text replacement - " " to " ") |
||
Line 28: | Line 28: | ||
|r2= [[String]] - group behaviour, see description | |r2= [[String]] - group behaviour, see description | ||
|x1= <code>unit1 [[setCombatBehaviour]] "CARELESS"; | |x1= <code>unit1 [[setCombatBehaviour]] "CARELESS"; | ||
[[combatBehaviour]] unit1; //"CARELESS"</code> | [[combatBehaviour]] unit1; //"CARELESS"</code> |
Revision as of 19:56, 10 June 2021
Description
- Description:
- Returns combat behaviour of unit or group. To set unit or group behaviour see setCombatBehaviour. The behaviour is one of:
- "CARELESS"
- "SAFE"
- "AWARE"
- "COMBAT"
- "STEALTH"
- "ERROR" - when not available
- Groups:
- Object ManipulationGroups
Syntax
- Syntax:
- combatBehaviour unit
- Parameters:
- unit: Object - AI unit
- Return Value:
- String - unit behaviour, see description
Alternative Syntax
- Syntax:
- combatBehaviour group
- Parameters:
- group: Group - AI group
- Return Value:
- String - group behaviour, see description
Examples
- Example 1:
unit1 setCombatBehaviour "CARELESS"; combatBehaviour unit1; //"CARELESS"
- Example 2:
group unit1 setCombatBehaviour "SAFE"; combatBehaviour group unit1; //"SAFE"
Additional Information
- See also:
- setCombatBehavioursetBehavioursetBehaviourStrongsetWaypointBehaviourcombatModesetCombatModeskillsetSkill
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