Background for Skyrim SE
Member of the Ingredient script
intfunctionGetNthEffectArea(intindex)Native

Description

Wiki Description

Returns the area of the Nth effect attached to this enchantment, ingredient, potion, or spell. (This function requires SKSE)

Documentation Comment

return the area of the specified effect


Caveats


Parameters

intindex

CK Wiki Description

The index of which effect area will be returned.


Examples

int area = enchantment.GetNthEffectArea(0)
Debug.Trace("Enchantments first effect has an area of " + area)

Auto-Generated Example

int myInt__index

int returnedValue = myIngredient__toCallFunctionOn.GetNthEffectArea(myInt__index)

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.