skill: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "AI Combat Modes" to "Combat Modes")
m (Some wiki formatting)
 
(16 intermediate revisions by 3 users not shown)
Line 2: Line 2:


|game1= ofp
|game1= ofp
|version1= 1.75
|version1= 1.75


|game2= ofpe
|game2= ofpe
|version2= 1.00
|version2= 1.00


|game3= arma1
|game3= arma1
|version3= 1.00
|version3= 1.00


|game4= arma2
|game4= arma2
|version4= 1.00
|version4= 1.00


|game5= arma2oa
|game5= arma2oa
 
|version5= 1.50
|version5= 1.51


|game6= tkoh
|game6= tkoh
|version6= 1.00
|version6= 1.00


|game7= arma3
|game7= arma3
|version7= 0.50
|version7= 0.50


|gr1= Object Manipulation
|gr1= AI Behaviour


|descr= Returns current skill of a unit, in range between 0 to 1, 1 being the highest level of skill.
|descr= Returns current skill of a unit, in range between 0 to 1, 1 being the highest level of skill.


|s1= '''skill''' unit
{{Feature|informative|
* Skill of AI units set via the slider in unit placement screen varies from 0.2 to 1.0.
* If the '''superAI''' difficulty settings is enabled, all units have skill of 1.0 regardless of the skill slider.
}}
 
|s1= [[skill]] unit


|p1= unit: [[Object]]
|p1= unit: [[Object]]
Line 39: Line 37:
|r1= [[Number]]
|r1= [[Number]]


|s2= unitName [[skill]] skillName {{Since|arma1|1.00|y}}
|s2= unit [[skill]] skillName
 
|s2since= arma1 1.00


|p21= unit: [[Object]]
|p21= unit: [[Object]]


|p22= skillName: [[String]] - Possible values are:
|p22= skillName: [[String]] - possible values are:
{{Columns|5|
* "aimingAccuracy"
* "aimingAccuracy"
* "aimingShake"
* "aimingShake"
Line 54: Line 55:
* "commanding"
* "commanding"
* "general"
* "general"
}}


|r2= [[Number]]
|r2= [[Number]]
 
|x1= <code>_skill = [[skill]] unit1;</code>


|x2= <code>_myCourage = [[player]] [[skill]] "courage"</code>
|x1= <sqf>_skill = skill unit1;</sqf>
 
|x2= <sqf>_myCourage = player skill "courage";</sqf>


|seealso= [[skillFinal]], [[setSkill]], [[setUnitAbility]], [[Arma 3 AI Skill]], [[Combat Modes]]
|seealso= [[skillFinal]] [[setSkill]] [[setUnitAbility]] [[Arma 3 AI Skill]] [[Combat Modes]]
}}
}}


<dl class="command_description">
<dt class="note">Unknown</dt>
<dd class="note">Skill of AI units set via the slider in unit placement screen varies from 0.2 to 1.0. <br>
If superAI is enabled all units have skill of 1.0 regardless of the skill slider
</dl>


[[Category:AI]]
[[Category:AI]]

Latest revision as of 00:23, 18 February 2024

Hover & click on the images for description

Description

Description:
Returns current skill of a unit, in range between 0 to 1, 1 being the highest level of skill.
  • Skill of AI units set via the slider in unit placement screen varies from 0.2 to 1.0.
  • If the superAI difficulty settings is enabled, all units have skill of 1.0 regardless of the skill slider.
Groups:
AI Behaviour

Syntax

Syntax:
skill unit
Parameters:
unit: Object
Return Value:
Number

Alternative Syntax

Syntax:
unit skill skillName
Parameters:
unit: Object
skillName: String - possible values are:
  • "aimingAccuracy"
  • "aimingShake"
  • "aimingSpeed"
  • "endurance"
  • "spotDistance"
  • "spotTime"
  • "courage"
  • "reloadSpeed"
  • "commanding"
  • "general"
Return Value:
Number

Examples

Example 1:
_skill = skill unit1;
Example 2:
_myCourage = player skill "courage";

Additional Information

See also:
skillFinal setSkill setUnitAbility Arma 3 AI Skill 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