- Found in:
- SKSE
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)