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

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 = myEnchantment__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.