Background for Skyrim SE
Member of the Potion script
float[]functionGetEffectMagnitudes()Native

Description

Wiki Description

Returns the effects in order of magnitude attached to a potion. (This function requires SKSE)

Documentation Comment

Returns all the magnitudes of this object in order


Caveats


Examples

float[] magnitudes = potion.GetEffectMagnitudes()
Debug.Trace("Potion has effects in order of magnitude of " + magnitudes)

Auto-Generated Example

float[] returnedValue = myPotion__toCallFunctionOn.GetEffectMagnitudes()

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.