Difference between revisions of "Scroll Script"

926 bytes added ,  14:45, 10 May 2012
→‎SKSE Member Functions: Added SKSE Member Function list
imported>Jog
imported>Behippo
(→‎SKSE Member Functions: Added SKSE Member Function list)
Line 21: Line 21:
'''Function [[Cast - Scroll|Cast]](ObjectReference akSource, ObjectReference akTarget)'''
'''Function [[Cast - Scroll|Cast]](ObjectReference akSource, ObjectReference akTarget)'''
*Casts this scroll from the source object reference, optionally toward a target object reference.
*Casts this scroll from the source object reference, optionally toward a target object reference.
== SKSE Member Functions ==
'''float Function [[GetCastTime - Scroll|GetCastTime]]()'''
*Returns the time to cast the scroll.
'''int Function [[GetNumEffects|GetNumEffects]]()'''
*Returns the number of effects on this scroll.
'''float Function [[GetNthEffectMagnitude|GetNthEffectMagnitude]](int index)'''
*Returns the magnitude of the specified effect of this scroll.
'''int Function [[GetNthEffectArea|GetNthEffectArea]](int index)'''
*Returns the area of the specified effect of this scroll.
'''int Function [[GetNthEffectDuration|GetNthEffectDuration]](int index)'''
*Returns the duration of the specified effect of this scroll.
'''MagicEffect Function[[GetNthEffectMagicEffect|GetNthEffectMagicEffect]](int index)'''
*Returns the MagicEffect of the specified effect of this scroll.
'''int Function [[GetCostliestEffectIndex|GetCostliestEffectIndex]]()'''
*Returns which effect of the spell has the highest scroll.


== Events ==
== Events ==
None
None
Anonymous user