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