BIS fnc EXP camp setSkill: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
/* | {{Function|= Comments | ||
____________________________________________________________________________________________ | |||
| arma3 |= Game name | |||
|1.00|= Game version | |||
____________________________________________________________________________________________ | |||
| <pre>/* | |||
Description: | Description: | ||
Line 6: | Line 13: | ||
Parameters: | Parameters: | ||
["_side", sideUnknown, [sideUnknown]], | |||
["_skillMin", 0.5, [0.0]], | ["_skillMin", 0.5, [0.0]], | ||
["_skillAimMin", 0.3, [0.0]], | ["_skillAimMin", 0.3, [0.0]], | ||
["_skillMax", 0.8, [0.0]], | ["_skillMax", 0.8, [0.0]], | ||
["_skillAimMax", 0.5, [0.0]] | ["_skillAimMax", 0.5, [0.0]] | ||
Returns: | Returns: | ||
Line 22: | Line 24: | ||
// Server only | // Server only | ||
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description | |||
____________________________________________________________________________________________ | |||
| <!-- [] call [[BIS_fnc_EXP_camp_setSkill]]; --> |= Syntax | |||
|p1= |= Parameter 1 | |||
| |= Return value | |||
____________________________________________________________________________________________ | |||
|x1= <code></code> |= | |||
____________________________________________________________________________________________ | |||
| |= See also | |||
}} | |||
<h3 style="display:none">Notes</h3> | |||
<dl class="command_description"> | |||
<!-- Note Section BEGIN --> | |||
<!-- Note Section END --> | |||
</dl> | |||
<h3 style="display:none">Bottom Section</h3> | |||
[[Category:Function Group: Campaign|{{uc:EXP_camp_setSkill}}]] | |||
[[Category:Functions|{{uc:EXP_camp_setSkill}}]] | |||
[[Category:{{Name|arma3}}: Functions|{{uc:EXP_camp_setSkill}}]] | |||
</text> | |||
<minor/> | |||
</revision> | |||
</page> | |||
</mediawiki> |
Revision as of 11:44, 23 December 2018
Description
- Description:
- <pre>/*
Description:
Set's skill for an entire AI side
Parameters:
["_side", sideUnknown, [sideUnknown]],
["_skillMin", 0.5, [0.0]],
["_skillAimMin", 0.3, [0.0]],
["_skillMax", 0.8, [0.0]],
["_skillAimMax", 0.5, [0.0]]
Returns:
Nothing
- /
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- <!-- [] call BIS_fnc_EXP_camp_setSkill; -->
- Return Value:
- Return value needed
Examples
- Example 1:
- <code></code>
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
<h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN -->
<!-- Note Section END --> </dl>
<h3 style="display:none">Bottom Section</h3> </text> <minor/> </revision> </page> </mediawiki>