|
|
(36 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| {{Command|= | | {{RV|type=command |
| ____________________________________________________________________________________________
| |
|
| |
|
| | arma3 |= Game | | |game1= arma3 |
| | |version1= 1.54 |
|
| |
|
| |1.54|= Game Version (number surrounded by NO SPACES) | | |arg= global |
|
| |
|
| |arg= global |= Multiplayer Arguments ("local" or "global") | | |gr1= Stamina System |
|
| |
|
| |eff= |= Multiplayer Effects ("local" or "global") | | |descr= Returns aimPrecision from animation state with custom value that will directly affects weapon sway size and speed. |
|
| |
|
| |exec= |= Multiplayer Execution ("server" or empty) | | |s1= [[getCustomAimCoef]] unit |
| ____________________________________________________________________________________________
| |
|
| |
|
| | Returns aimPrecision from animation state with custom value that will directly affects weapon sway size and speed. |= Description | | |p1= unit: [[Object]] |
| ____________________________________________________________________________________________
| |
|
| |
|
| | '''getCustomAimCoef''' unit |= Syntax | | |r1= [[Number]] |
|
| |
|
| |p1= unit: [[Object]] |= Parameter 1
| | |x1= <sqf>_coef = getCustomAimCoef player;</sqf> |
| | |
| | [[Number]] |= Return Value
| |
| ____________________________________________________________________________________________
| |
| | |
| |x1= _coef = '''getCustomAimCoef''' player |= Example 1 | |
| ____________________________________________________________________________________________
| |
| | |
| |mp= - |= Multiplayer Behaviour
| |
| | |
| | [[Arma 3 Stamina]] [[setCustomAimCoef]] |= See Also
| |
|
| |
|
| | |seealso= [[Arma 3: Stamina]] [[setCustomAimCoef]] |
| }} | | }} |
|
| |
| <dl class="command_description">
| |
| <!-- BEGIN Note Section -->
| |
| <!-- For example:
| |
| <dd class="notedate">Posted on Month Day, Year - Time (UTC)</dd>
| |
| <dt class="note">'''[[User:User Name|User Name]]'''</dt>
| |
| <dd class="note">This is an example note. It is true and verifiable, and contains a little code snippet.
| |
| <code>[[if]] ([[_this]] == anExample) [[then]] { [[hint]] "Leave it here for others to read"; };</code></dd>
| |
| -->
| |
| <!-- END Note Section -->
| |
| </dl>
| |
|
| |
| <h3 style="display:none">Bottom Section</h3>
| |
| <!-- Appropriate categories go here -->
| |
|
| |
| [[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
| |
| [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
| |
| [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
| |