morale: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "Category:Scripting Commands ArmA2" to "Category:Scripting Commands Arma 2") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(38 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma2 | | |game1= arma2 | ||
|version1= 1.00 | |||
|1. | |game2= arma2oa | ||
|version2= 1.50 | |||
| | |game3= tkoh | ||
|version3= 1.00 | |||
| | |game4= arma3 | ||
|version4= 0.50 | |||
| | |gr1= Object Manipulation | ||
| | |descr= Get the provided unit's current morale level. | ||
| | |s1= [[morale]] unit | ||
| [[ | |p1= unit: [[Object]] | ||
|r1= [[Number]] - in range -1..+1 | |||
|x1= < | |x1= <sqf>hint format ["Leader's morale: %1", morale leader player];</sqf> | ||
|seealso= [[skill]] [[setSkill]] [[:Category: AI|Category: AI]] | |||
}} | |||
| | {{Note | ||
|user= .kju | |||
| | |timestamp= 20200813105400 | ||
|text= In {{arma3}} probably affects [[Arma_3_Suppression|Suppression]]. | |||
}} | }} | ||
Latest revision as of 12:22, 21 February 2023
Description
- Description:
- Get the provided unit's current morale level.
- Groups:
- Object Manipulation
Syntax
Examples
- Example 1:
Additional Information
- See also:
- skill setSkill Category: AI
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
- Posted on Aug 13, 2020 - 10:54 (UTC)
- In Arma 3 probably affects Suppression.