Background for Skyrim SE
Member of the Potion script
voidfunctionSetNthEffectMagnitude(intindex, floatvalue)Native

Description

Wiki Description

Sets the magnitude of the Nth effect attached to this potion. (This function requires SKSE)

Documentation Comment

sets the magnitude of the specified effect


Caveats


Parameters

intindex

CK Wiki Description

The index of which effect magnitude will be set.

floatvalue

CK Wiki Description

The new magnitude value.


Examples

potion.SetNthEffectMagnitude(0, 20)

Auto-Generated Example

int myInt__index
float myFloat__value

myPotion__toCallFunctionOn.SetNthEffectMagnitude(myInt__index, myFloat__value)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.