isAimPrecisionEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(page filling)
 
m (setAnimAimPrecision doesn't exist)
Line 19: Line 19:
|x1 = <code>_isAffected = '''isAimPrecisionEnabled''' [[player]];</code> |= Example 1
|x1 = <code>_isAffected = '''isAimPrecisionEnabled''' [[player]];</code> |= Example 1


|[[getAnimAimPrecision]], [[setAnimAimPrecision]], [[Arma 3 Stamina]]|= See also
|[[getAnimAimPrecision]], [[Arma 3 Stamina]]|= See also
}}
}}


[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 16:18, 24 May 2018

Hover & click on the images for description

Description

Description:
Returns true if procedural aiming precision affects weapon sway.
Groups:
Uncategorised

Syntax

Syntax:
isAimPrecisionEnabled unit
Parameters:
unit: Object - Unit which should be checked
Return Value:
Boolean - True if affected, false if not

Examples

Example 1:
_isAffected = isAimPrecisionEnabled player;

Additional Information

See also:
getAnimAimPrecisionArma 3 Stamina

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