Background for Skyrim SE
Member of the Spell script
intfunctionGetNumEffects()Native

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 = mySpell__toCallFunctionOn.GetNumEffects()

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.