Difference between revisions of "SetNthEffectTraitNumeric"

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

Revision as of 15:26, 30 March 2015

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

A function added by the JIP NVSE Plugin.

Description

Sets the value of a numeric trait (determined by traitID) of the Nth effect of an ingestible/object effect/actor effect.

Syntax

[help]
(traitValue:int) SetNthEffectTraitNumeric effectForm:ref effectIndex:int traitID:int{0-3} newValue:int

Effect Numeric Trait IDs

0	Magnitude
1	Area
2	Duration (Seconds)
3	Range (0 - Self, 1 - Touch, 2 - Target)

Example

SetNthEffectTraitNumeric Stimpak 0 2 45

Will set the Duration of the effect at index 0 of Stimpak to 45.

See Also