getWeaponSway: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Add seealso link)
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


|arma3 |Game name=
|arma3 |Game name=
Line 9: Line 8:


|gr2= Weapons |GROUP2=
|gr2= Weapons |GROUP2=
____________________________________________________________________________________________


| Returns current size of weapon sway of a given unit, in [[rad|radians]]. |DESCRIPTION=
| Returns current size of weapon sway of a given unit, in [[rad|radians]]. |DESCRIPTION=
____________________________________________________________________________________________


| [[getWeaponSway]] unit |SYNTAX=
| [[getWeaponSway]] unit |SYNTAX=

Revision as of 02:37, 17 January 2021

Hover & click on the images for description

Description

Description:
Returns current size of weapon sway of a given unit, in radians.
Groups:
Stamina SystemWeapons

Syntax

Syntax:
getWeaponSway unit
Parameters:
unit: Object
Return Value:
Number: weapon sway

Examples

Example 1:
_sway = getWeaponSway player;

Additional Information

See also:
weaponInertia

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

Bottom Section