- Found in:
- SKSE
Description
Wiki Description
Returns the number of effects on this enchantment, ingredient, potion, or spell. (This function requires SKSE)
Documentation Comment
return the number of the effects
Caveats
Examples
int numEffects = enchantment.GetNumEffects()
Debug.Trace("Enchantment has " + numEffects + " effects.")Auto-Generated Example
int returnedValue = myPotion__toCallFunctionOn.GetNumEffects()