enableWeaponDisassembly: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Fix bad regex effects) Tag: Undo |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 11: | Line 10: | ||
|gr1= Weapons |GROUP1= | |gr1= Weapons |GROUP1= | ||
| Enables or disables disassembly of static weapons. Could be applied to local [[player]], to another unit or to static weapon directly. |DESCRIPTION= | | Enables or disables disassembly of static weapons. Could be applied to local [[player]], to another unit or to static weapon directly. |DESCRIPTION= | ||
| '''enableWeaponDisassembly''' enable |SYNTAX= | | '''enableWeaponDisassembly''' enable |SYNTAX= | ||
Line 35: | Line 32: | ||
|x3= <code> mortar1 [[enableWeaponDisassembly]] [[false]];</code>|EXAMPLE3= | |x3= <code> mortar1 [[enableWeaponDisassembly]] [[false]];</code>|EXAMPLE3= | ||
| [[weapons]], [[action]], [[inGameUISetEventHandler]] |SEEALSO= | | [[weapons]], [[action]], [[inGameUISetEventHandler]] |SEEALSO= | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= | ||
}} | }} | ||
Revision as of 01:15, 17 January 2021
Description
- Description:
- Enables or disables disassembly of static weapons. Could be applied to local player, to another unit or to static weapon directly.
- Groups:
- Weapons
Syntax
- Syntax:
- enableWeaponDisassembly enable
- Parameters:
- enable: Boolean - false to prevent local player from being able to disassemble static weapons
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- entity enableWeaponDisassembly enable
- Parameters:
- entity: Object - unit or static weapon
- enable: Boolean - false to prevent a unit from being able to disassemble static weapons, or to prevent a static weapon from being disassembled by anyone
- Return Value:
- Nothing
Examples
- Example 1:
enableWeaponDisassembly false;
- Example 2:
soldier1 enableWeaponDisassembly false;
- Example 3:
mortar1 enableWeaponDisassembly false;
Additional Information
- See also:
- weaponsactioninGameUISetEventHandler
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