Difference between revisions of "GetNthEffectBase"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
imported>Jazzisparis
 
Line 1: Line 1:
{{Function
{{Function
  |origin = JIP
  |origin = JIP
  |summary = Returns the Base Effect of the Nth effect of an ingestible/object effect/actor effect.
  |summary = Returns the '''Base Effect''' of the Nth effect-entry of the specified ingestible/object effect/actor effect.
  |name = GetNthEffectBase
  |name = GetNthEffectBase
  |returnType = baseEffect:ref
  |returnType = baseEffect:ref

Latest revision as of 17:11, 30 September 2015

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