setCustomAimCoef: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "<!-- setCustomAimCoef from EXPORT --> {{Command|= Comments |arma3|= Game name |1.54|= Game version | Set custom aim precision coefficient for weapon sway |= Description | unit...")
 
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(29 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<!-- setCustomAimCoef from EXPORT -->
{{RV|type=command
{{Command|= Comments
 
|arma3|= Game name
|game1= arma3
|1.54|= Game version
|version1= 1.54
| Set custom aim precision coefficient for weapon sway |= Description
 
| unit '''setCustomAimCoef''' coef |= Syntax
|eff= local
|p1= unit: [[Object]] |= PARAMETER1
|arg= local
|p2= coef: [[Number]] |= PARAMETER2
 
|  |= RETURNVALUE
|gr1= Stamina System
|x1= <code>player '''setCustomAimCoef''' 1;
 
</code>|= EXAMPLE1
|descr= Set custom aim precision coefficient for weapon sway
| [[Arma 3 Stamina]] |= SEEALSO
 
|  |= MPBEHAVIOUR
|s1= unit [[setCustomAimCoef]] coef
}}
 
|p1= unit: [[Object]]
 
|p2= coef: [[Number]]


<h3 style='display:none'>Bottom Section</h3>
|r1= [[Nothing]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]


<h3 style='display:none'>Notes</h3>
|x1= <sqf>player setCustomAimCoef 3;</sqf>
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- END Note Section -->
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[Arma 3: Stamina]] [[getCustomAimCoef]] [[getWeaponSway]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:24, 13 May 2022

Hover & click on the images for description

Description

Description:
Set custom aim precision coefficient for weapon sway
Groups:
Stamina System

Syntax

Syntax:
unit setCustomAimCoef coef
Parameters:
unit: Object
coef: Number
Return Value:
Nothing

Examples

Example 1:
player setCustomAimCoef 3;

Additional Information

See also:
Arma 3: Stamina getCustomAimCoef getWeaponSway

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