Difference between revisions of "removeMagazineGlobal"
Jump to navigation
Jump to search
m |
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{RV|type=command |
− | |||
− | | arma3 | + | | arma3 |
− | |0.76 | + | |0.76 |
− | |eff= global | + | |eff= global |
− | |arg= global | + | |arg= global |
− | |gr1= Unit Inventory | + | |gr1= Unit Inventory |
− | |||
− | | Removes the magazine from the unit. | + | | Removes the magazine from the unit. |
− | |||
− | | unit '''removeMagazineGlobal''' magazineName | + | | unit '''removeMagazineGlobal''' magazineName |
− | |p1= unit: [[Object]] | + | |p1= unit: [[Object]] |
− | |p2= magazineName: [[String]] | + | |p2= magazineName: [[String]] |
− | | [[Nothing]] | + | | [[Nothing]] |
+ | |x1= <code>[[player]] [[removeMagazineGlobal]] "30Rnd_65x39_caseless_mag";</code> | ||
− | | | + | |seealso= [[removeMagazine]], [[removeMagazines]] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | {{GameCategory|arma3|New Scripting Commands}} | |
− | + | {{GameCategory|arma3|Scripting Commands}} | |
− | |||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] |
Latest revision as of 00:03, 17 February 2021
Hover & click on the images for descriptions
Description
- Description:
- Removes the magazine from the unit.
Syntax
- Syntax:
- unit removeMagazineGlobal magazineName
- Parameters:
- unit: Object
- magazineName: String
- Return Value:
- Nothing
Examples
- Example 1:
player removeMagazineGlobal "30Rnd_65x39_caseless_mag";
Additional Information
- See also:
- removeMagazineremoveMagazines
- Groups:
- Unit Inventory