Difference between revisions of "Potion Script"
Jump to navigation
Jump to search
→SKSE Member Functions: Added SetNthEffect Functions, should now contain all SKSE functions upto 1.06.16
imported>CraftySentinel m (Formatting Change) |
imported>CraftySentinel (→SKSE Member Functions: Added SetNthEffect Functions, should now contain all SKSE functions upto 1.06.16) |
||
Line 64: | Line 64: | ||
|[[GetCostliestEffectIndex - Potion|Int '''GetCostliestEffectIndex'''()]] | |[[GetCostliestEffectIndex - Potion|Int '''GetCostliestEffectIndex'''()]] | ||
|Returns which effect of the potion has the highest cost. | |Returns which effect of the potion has the highest cost. | ||
|- | |||
|[[SetNthEffectMagnitude - Potion|'''SetNthEffectMagnitude'''(Int ''index'', Float ''value'')]] | |||
|Sets the magnitude of the specified effect. | |||
|- | |||
|[[SetNthEffectArea - Potion|'''SetNthEffectArea'''(Int ''index'', Int ''value'')]] | |||
|Sets the area of the specified effect. | |||
|- | |||
|[[SetNthEffectDuration - Potion|'''SetNthEffectDuration'''(Int ''index'', Int ''value'')]] | |||
|Sets the duration of the specified effect. | |||
|- | |- | ||