skill: Difference between revisions
Jump to navigation
Jump to search
(add. classification) |
(merged variations) |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | '''skill''' unitName |= Syntax | ||
|p1= unitName: [[Object]] |= Parameter 1 | |p1= unitName: [[Object]] |= Parameter 1 | ||
| [[Number]] |= Return value | | [[Number]] |= Return value | ||
|s2= unitName '''skill''' skillType (''Arma2 only'')|= Syntax | |||
|p21= unitName: [[Object]] |= Parameter 1 | |||
|p22= skillType: [[String]] - Possible values are:<br> | |||
"aimingAccuracy"<br> | |||
"aimingShake"<br> | |||
"aimingSpeed"<br> | |||
"endurance"<br> | |||
"spotDistance"<br> | |||
"spotTime"<br> | |||
"courage"<br> | |||
"reloadSpeed"<br> | |||
"commanding"<br> | |||
"general"<br>|= Parameter 2 | |||
|r2= [[Number]] |= Return value | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <pre> | |x1= <pre>_skill = skill unit1 </pre> |= Example 1 | ||
|x2= <pre>_myEndurance <nowiki>=</nowiki> player skill "Endurance"</pre> |= Example 2 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 15:55, 24 February 2010
Description
- Description:
- Returns current level of ability of person, in range between 0 and 1. Skill 1 is highest skill.
- Groups:
- Uncategorised
Syntax
Alternative Syntax
- Syntax:
- unitName skill skillType (Arma2 only)
- Parameters:
- unitName: Object
- skillType: 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:
_myEndurance = player skill "Endurance"
Additional Information
- See also:
- See also needed
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
-
Skill of AI units set via the slider in unit placement screen varies from 0.2 to 1.0.
If superAI is enabled all units have skill of 1.0 regardless of the skill slider
Bottom Section
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint: Resistance version 1.75
- Operation Flashpoint: Resistance: New Scripting Commands
- Operation Flashpoint: Resistance: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands OFP 1.96
- Scripting Commands ArmA
- Scripting Commands ArmA2
- Scripting Commands VBS2