removePrimaryWeaponItem: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (moved removeItemFromPrimaryWeapon to removePrimaryWeaponItem: Script command was renamed.)
No edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| unit '''removeItemFromPrimaryWeapon''' item |= Syntax
| unit '''removePrimaryWeaponItem''' item |= Syntax


|p1= unit: [[Object]]  |= PARAMETER1   
|p1= unit: [[Object]]  |= PARAMETER1   
Line 33: Line 33:
<dl class='command_description'>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on June 18, 2013 - 15:27
<dt class="note">'''[[User:Druid|Druid]]'''<dd class="note">Name of this command was ''removeItemFromPrimaryWeapon'' until Arma 3 ver. 0.70.<br/>


<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 15:27, 18 June 2013

Hover & click on the images for description

Description

Description:
Removes given item from the weapon cargo space.
Groups:
Uncategorised

Syntax

Syntax:
unit removePrimaryWeaponItem item
Parameters:
unit: Object
item: String
Return Value:
Nothing

Examples

Example 1:

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

Posted on June 18, 2013 - 15:27
Druid
Name of this command was removeItemFromPrimaryWeapon until Arma 3 ver. 0.70.

Bottom Section