skillFinal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (added categories)
(added usage disclaimer)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns final, calculated and combined sub skill value of given unit. |= Description
| Returns final, recalculated sub skill value of given unit. (with regard to AI Level coefficient (Difficulty settings)).    |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 40: Line 40:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dt class="note">'''[[User:ondrejkuzel|ondrejkuzel]]'''<dd class="note"> Command has a simple testing purpose. Works correctly only in SP environment or on the location where the unit has got created and remained local to.
<dd class="notedate">Posted on October 30, 2014 - 10:00
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 11:01, 30 October 2014

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)).
Groups:
Uncategorised

Syntax

Syntax:
unitName skillFinal sub-skill
Parameters:
unitName: Object
sub-skill: String Possible values are:
"aimingAccuracy"
"aimingShake"
"aimingSpeed"
"endurance"
"spotDistance"
"spotTime"
"courage"
"reloadSpeed"
"commanding"
"general"
Return Value:
Number

Examples

Example 1:
 player skillFinal "Endurance" 

Additional Information

See also:
skillsetSkillsetSkill arraysetUnitAbilityCfgAISkillAI 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

Notes

ondrejkuzel
Command has a simple testing purpose. Works correctly only in SP environment or on the location where the unit has got created and remained local to.
Posted on October 30, 2014 - 10:00

Bottom Section