- Found in:
- SKSE
Description
Wiki Description
Sets the area of the Nth effect attached to this potion. (This function requires SKSE)
Documentation Comment
sets the area of the specified effect
Caveats
Parameters
intindex
CK Wiki Description
The index of which effect area will be set.
intvalue
Examples
int area = potion.SetNthEffectArea(0)
Debug.Trace("Enchantments first effect has been set to an area of " + area)Auto-Generated Example
int myInt__index
int myInt__value
myPotion__toCallFunctionOn.SetNthEffectArea(myInt__index, myInt__value)