weaponLowered: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 39: Line 39:
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on November 11, 2016 - 01:13 (UTC)</dd>
<dt class="note">[[User:Pierre MGI|Pierre MGI]]</dt>
<dd class="note">
This command seems to work for player only, not for AI.
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 23:14, 11 November 2016

Hover & click on the images for description

Description

Description:
True if given soldier's weapon is lowered.
Groups:
Uncategorised

Syntax

Syntax:
weaponLowered unit
Parameters:
unit: Object
Return Value:
Boolean

Examples

Example 1:
isWeaponLowered = weaponLowered player;

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

Notes

Bottom Section

Posted on November 11, 2016 - 01:13 (UTC)
Pierre MGI
This command seems to work for player only, not for AI.