GetNthEffectBase

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the Base Effect of the Nth effect-entry of the specified 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