Difference between revisions of "GetNthEffectBase"
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 |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
|origin = JIP | |origin = JIP | ||
|summary = Returns the Base Effect of the Nth effect of | |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 | ||
Line 19: | Line 19: | ||
}} | }} | ||
==See Also== | ==See Also== | ||
*[[SetNthEffectBase]] | |||
*[[GetNumEffects]] | |||
*[[GetNthEffectTraitNumeric]] | |||
*[[SetNthEffectTraitNumeric]] | |||
[[Category:Functions_(JIP)]] | [[Category:Functions_(JIP)]] | ||
[[Category:Effect Functions (JIP)]] |
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
(baseEffect:ref) GetNthEffectBase effectForm:ref effectIndex:int
Example
GetNthEffectBase Stimpak 2
GetNthEffectBase EnchPowerArmor 0
GetNthEffectBase WithdrawalPsycho 1