SetNthEffectMagnitude - Spell

From the CreationKit Wiki
Revision as of 08:56, 25 October 2013 by imported>CraftySentinel (Created SetNthEffectMagnitude - Spell)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Source: SKSE 1.06.14

Member of: Ingredient Script, Potion Script, Scroll Script, Spell Script

Sets the magnitude of the specified effect

Syntax

Function SetNthEffectMagnitude(int index, float value) native

Parameters

index

The index of the Magic Effect to change.

value

The Magnitude to set the Magic Effect to.


See Also