Difference between revisions of "GetNthEffectBase"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Returns the Base Effect of the Nth effect of an ingestible/object effect/actor effect. |name = GetNthEffectBase |returnType = baseEffec...")
 
imported>Jazzisparis
Line 19: Line 19:
}}
}}
==See Also==
==See Also==
*[[GetNumEffects]]
*[[GetNthEffectTraitNumeric]]
*[[SetNthEffectTraitNumeric]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]

Revision as of 11:13, 28 March 2015

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

A function added by the JIP NVSE Plugin.

Description

Returns the Base Effect of the Nth effect of an ingestible/object effect/actor effect.

Syntax

[help]
(baseEffect:ref) GetNthEffectBase effectForm:ref effectIndex:int

Example

GetNthEffectBase Stimpak 2
GetNthEffectBase EnchPowerArmor 0
GetNthEffectBase WithdrawalPsycho 1

See Also