Difference between revisions of "SetNthEffectMagnitude - Potion"
Jump to navigation
Jump to search
imported>Notanon |
imported>Notanon |
||
Line 2: | Line 2: | ||
[[Category:Papyrus]] | [[Category:Papyrus]] | ||
[[Category:SKSE]] | [[Category:SKSE]] | ||
'''SKSE Member of:''' | '''SKSE Member of:''' [[Potion Script]] | ||
Sets the magnitude of the Nth effect attached to this | Sets the magnitude of the Nth effect attached to this potion. (This function requires SKSE) | ||
== Syntax == | == Syntax == | ||
Line 24: | Line 24: | ||
== See Also == | == See Also == | ||
*[[Potion Script]] | *[[Potion Script]] | ||
Revision as of 01:12, 9 June 2015
SKSE Member of: Potion Script
Sets the magnitude of the Nth effect attached to this potion. (This function requires SKSE)
Syntax
float Function GetNthEffectMagnitude(int n) native
Parameters
- n: The index of which effect magnitude will be set.
Set Value
Sets the magnitude of the Nth effect attached to this enchantment, ingredient, potion, or spell.
Examples
float magnitude = enchantment.SetNthEffectMagnitude(0)
Debug.Trace("Enchantments first effect has been set to a magnitude of " + magnitude)