Difference between revisions of "GetNumAmmoEffects"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Returns an ammo type's number of ammo effects. |name = GetNumAmmoEffects |returnType = effects:int |arguments = {{FunctionArgument...")
 
imported>Jazzisparis
Line 12: Line 12:
}}
}}
==See Also==
==See Also==
*[[GetNthAmmoEffect]]
*[[AddAmmoEffect]]
*[[RemoveAmmoEffect]]
*[[GetAmmoEffectTraitNumeric]]
*[[SetAmmoEffectTraitNumeric]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]

Revision as of 11:17, 28 March 2015

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns an ammo type's number of ammo effects.

Syntax

[help]
(effects:int) GetNumAmmoEffects ammo:ref

Example

GetNumAmmoEffects Ammo12GaMagnum

See Also