Difference between revisions of "RemoveAmmoEffect"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
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...")
 
imported>Jazzisparis
Line 15: Line 15:
}}
}}
==See Also==
==See Also==
*[[AddAmmoEffect]]
*[[GetNumAmmoEffects]]
*[[GetNthAmmoEffect]]
*[[GetAmmoEffectTraitNumeric]]
*[[SetAmmoEffectTraitNumeric]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]

Revision as of 12:08, 28 March 2015

< [[::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