SetNthEffectMagnitude - Potion
Jump to navigation
Jump to search
SKSE Member of: Potion Script
Sets the magnitude of the Nth effect attached to this potion. (This function requires SKSE)
Syntax
Function SetNthEffectMagnitude(int index, float value) native
Parameters
- index: The index of which effect magnitude will be set.
- value: The new magnitude value.
Set Value
Sets the magnitude of the Nth effect attached to this potion.
Examples
float magnitude = potion.SetNthEffectMagnitude(0, 20)