GetEffectAreas- Potion
SKSE Member of: Potion Script
Returns the effects in order of area effected attached to a potion. (This function requires SKSE)
SyntaxEdit
int[] Function GetEffectAreas() native
Return ValueEdit
Returns the effect areas of the effects attached to this potion in order.
ExamplesEdit
int[] areas = potion.GetEffectAreas()
Debug.Trace("Potion has effect areas in order of " + areas)