RemoveAmmoEffect

From the Fallout3 GECK Wiki
Revision as of 20:03, 27 March 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Removes an ammo effect from an ammo type. |name = RemoveAmmoEffect |returnType = successful:0/1 |arguments = {{FunctionArgument...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Removes an ammo effect from an ammo type.

Syntax

[help]
(successful:0/1) RemoveAmmoEffect ammo:ref ammoEffect:ref

Example

RemoveAmmoEffect Ammo12GaBeanBag AmmoEffectBeanBagFatigue

See Also