Difference between revisions of "GetNthEffectArea - Enchantment"
m
no edit summary
imported>PurpleLunchbox (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Enchantment Script, Ingredient Script, Potion Script, and Spell Script Re...") |
imported>PurpleLunchbox m |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
int Function GetNthEffectArea(int n) native | |||
</source> | </source> | ||
Line 19: | Line 19: | ||
== Examples == | == Examples == | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
int area = enchantment.GetNthEffectArea(0) | |||
Debug.Trace("Enchantments first effect has an area of " + area) | Debug.Trace("Enchantments first effect has an area of " + area) | ||
</source> | </source> |