Difference between revisions of "Scroll Script"

796 bytes added ,  23:28, 29 October 2013
→‎SKSE Member Functions: Added SKSE Member functions should now contain all SKSE functions upto 1.06.16
imported>CraftySentinel
m (Formatting Change)
imported>CraftySentinel
(→‎SKSE Member Functions: Added SKSE Member functions should now contain all SKSE functions upto 1.06.16)
Line 36: Line 36:
!style="text-align:left;"|Description
!style="text-align:left;"|Description
|-
|-
|[[GetCastTime - Scroll|Float '''GetCastTime'''()]]
|[[GetCastTime - Scroll|Float '''GetCastTime'''()]]
|Returns the time to cast the scroll.
|Returns the time to cast the scroll.
|-
|[[GetPerk - Scroll|Perk '''GetPerk'''()]]
|Returns the perk associated with the spell.
|-
|-


Line 63: Line 68:
|Returns which effect of the scroll has the highest cost.
|Returns which effect of the scroll has the highest cost.
|-
|-
|[[SetNthEffectMagnitude - Scroll|'''SetNthEffectMagnitude'''(Int ''index'', Float ''value'')]]
|Sets the magnitude of the specified effect of this scroll.
|-
|[[SetNthEffectArea - Scroll|'''SetNthEffectArea'''(Int ''index'', Int ''value'')]]
|Sets the area of the specified effect of this scroll.
|-
|[[SetNthEffectDuration - Scroll|Int '''SetNthEffectDuration'''(Int ''index'', int ''value'')]]
|Set the duration of the specified effect of this scroll.
|-
|[[GetEquipType - Scroll|EquipSlot '''GetEquipType'''()]]
|Returns the equip slot type of the scroll.
|-
|[[SetEquipType - Scroll|'''GetEquipType'''(EquipSlot ''type'')]]
|Sets the equip slot type of the scroll to the specified amount.
|-


|}
|}