skillFinal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
m (formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3


|1.08
|version1= 1.08


|gr1= Object Manipulation
|gr1= Object Manipulation


| Returns final, recalculated sub skill value of given unit. (with regard to AI Level coefficient (Difficulty settings)).
|descr= Returns final, recalculated sub skill value of given unit. (with regard to AI Level coefficient (Difficulty settings)).


| unit [[skillFinal]] skillName
|mp= Since {{GVI|arma3|1.40}} the command works in multiplayer.
 
|s1= unit [[skillFinal]] skillName


|p1= unit: [[Object]]
|p1= unit: [[Object]]
|p2= skillName: [[String]] - See [[AI Sub-skills|sub-skill]]. Possible values are:
|p2= skillName: [[String]] - See [[AI Sub-skills|sub-skill]]. Possible values are:
* aimingAccuracy
* "aimingAccuracy"
* aimingShake
* "aimingShake"
* aimingSpeed
* "aimingSpeed"
* ''endurance''
* "endurance" (Has no effect in {{arma3}})
* spotDistance
* "spotDistance"
* spotTime
* "spotTime"
* courage
* "courage"
* reloadSpeed
* "reloadSpeed"
* commanding
* "commanding"
* general
* "general"


| [[Number]]
|r1= [[Number]]
   
   
|x1= <code>_unitTrueCourage = unit1 [[skillFinal]] "courage";</code>
|x1= <code>_unitTrueCourage = unit1 [[skillFinal]] "courage";</code>
Line 30: Line 33:
|seealso= [[skill]], [[setSkill]], [[setUnitAbility]], [[CfgAISkill]], [[ArmA: AI Combat Modes|AI Combat Modes]]
|seealso= [[skill]], [[setSkill]], [[setUnitAbility]], [[CfgAISkill]], [[ArmA: AI Combat Modes|AI Combat Modes]]
}}
}}
<dl class="command_description">
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on January 31, 2015 - 8:45</dd>
<dt class="note">[[User:ondrejkuzel|ondrejkuzel]]</dt>
<dd class="note">Since 1.40 the command works also in MP environment
<dd class="notedate">Posted on August 11, 2018 - 17:12 GMT+02:00</dd>
<dt class="note">[[User:Lou Montana|Lou Montana]]</dt>
<dd class="note">"endurance" is not exactly a valid value since {{arma3}} (see [[AI Sub-skills|sub-skill]]).<br>
The value can still be queried but is not pertinent.
<!-- Note Section END -->
</dl>


[[Category:AI]]
[[Category:AI]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|arma3|New Scripting Commands}}

Revision as of 01:29, 17 February 2021

Hover & click on the images for description

Description

Description:
Returns final, recalculated sub skill value of given unit. (with regard to AI Level coefficient (Difficulty settings)).
Multiplayer:
Since Arma 3 logo black.png1.40 the command works in multiplayer.
Groups:
Object Manipulation

Syntax

Syntax:
unit skillFinal skillName
Parameters:
unit: Object
skillName: String - See sub-skill. Possible values are:
  • "aimingAccuracy"
  • "aimingShake"
  • "aimingSpeed"
  • "endurance" (Has no effect in Arma 3)
  • "spotDistance"
  • "spotTime"
  • "courage"
  • "reloadSpeed"
  • "commanding"
  • "general"
Return Value:
Number

Examples

Example 1:
_unitTrueCourage = unit1 skillFinal "courage";

Additional Information

See also:
skillsetSkillsetUnitAbilityCfgAISkillAI Combat Modes

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