skillFinal: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{GameCategory\|(arma[0123])\|[ _]?New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1= Object Manipulation |GROUP1= | |gr1= Object Manipulation |GROUP1= | ||
| Returns final, recalculated sub skill value of given unit. (with regard to AI Level coefficient (Difficulty settings)). |Description= | | Returns final, recalculated sub skill value of given unit. (with regard to AI Level coefficient (Difficulty settings)). |Description= | ||
| unit [[skillFinal]] skillName |Syntax= | | unit [[skillFinal]] skillName |Syntax= | ||
Line 28: | Line 25: | ||
| [[Number]] |Return value= | | [[Number]] |Return value= | ||
|x1= <code>_unitTrueCourage = unit1 [[skillFinal]] "courage";</code> |Example 1= | |x1= <code>_unitTrueCourage = unit1 [[skillFinal]] "courage";</code> |Example 1= | ||
| [[skill]], [[setSkill]], [[setUnitAbility]], [[CfgAISkill]], [[ArmA: AI Combat Modes|AI Combat Modes]] |See also= | | [[skill]], [[setSkill]], [[setUnitAbility]], [[CfgAISkill]], [[ArmA: AI Combat Modes|AI Combat Modes]] |See also= |
Revision as of 03:58, 17 January 2021
Description
- Description:
- Returns final, recalculated sub skill value of given unit. (with regard to AI Level coefficient (Difficulty settings)).
- Groups:
- Object Manipulation
Syntax
- Syntax:
- unit skillFinal skillName
- Parameters:
- unit: Object
- skillName: String - See sub-skill. Possible values are:
- aimingAccuracy
- aimingShake
- aimingSpeed
- endurance
- spotDistance
- spotTime
- courage
- reloadSpeed
- commanding
- general
- Return Value:
- Number
Examples
- Example 1:
_unitTrueCourage = unit1 skillFinal "courage";
Additional Information
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
- Posted on January 31, 2015 - 8:45
- ondrejkuzel
- Since 1.40 the command works also in MP environment
- Posted on August 11, 2018 - 17:12 GMT+02:00
- Lou Montana
- "endurance" is not exactly a valid value since Arma 3 (see sub-skill).
The value can still be queried but is not pertinent.