- Found in:
- SKSE
Description
Wiki Description
Returns the magnitude of the Nth effect attached to this enchantment, ingredient, potion, or spell. (This function requires SKSE)
Documentation Comment
return the magnitude of the specified effect
Caveats
Parameters
intindex
CK Wiki Description
The index of which effect magnitude will be returned.
Examples
float magnitude = enchantment.GetNthEffectMagnitude(0)
Debug.Trace("Enchantments first effect has a magnitude of " + magnitude)Auto-Generated Example
int myInt__index
float returnedValue = myEnchantment__toCallFunctionOn.GetNthEffectMagnitude(myInt__index)