Difference between revisions of "GetNthEffectBase"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
imported>Jazzisparis
Line 23: Line 23:
*[[SetNthEffectTraitNumeric]]
*[[SetNthEffectTraitNumeric]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Effect Functions (JIP)]]

Revision as of 14:30, 30 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