weaponDisassemblyEnabled

From Bohemia Interactive Community
Revision as of 18:19, 18 April 2023 by Killzone Kid (talk | contribs) (Created page with "{{RV|type=command |game1= arma3 |version1= 2.14 |branch= dev |arg= global |gr1= Weapons |descr= Returns true is weapon disassembly is enabled otherwise false. As d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.14.

Description

Description:
Returns true is weapon disassembly is enabled otherwise false. As disassembly can be enabled/disabled on both player and weapon, it might be necessary to check both cases.
Beware that when weapon disassembly is disabled on the player, it is tracking player's unit. If player leaves the server and another player joins into the same playable unit, they won't have option to disassemble.
Groups:
Weapons

Syntax

Syntax:
weaponDisassemblyEnabled entity
Parameters:
entity: Object - player or weapon
Return Value:
Boolean - true if enabled

Examples

Example 1:
_enabled = weaponDisassemblyEnabled player && weaponDisassemblyEnabled _weapon;

Additional Information

See also:
enableWeaponDisassembly weapons action inGameUISetEventHandler

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