Difference between revisions of "Scroll Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Jlundin
 
imported>Jog
Line 19: Line 19:


== Member Functions ==
== Member Functions ==
*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.


== Events ==
== Events ==
None
None

Revision as of 13:04, 20 February 2012


Extends: Form Script

Script for the manipulation of scrolls.

Definition

ScriptName Scroll extends Form

Properties

None

Global Functions

None

Member Functions

Function Cast(ObjectReference akSource, ObjectReference akTarget)

  • Casts this scroll from the source object reference, optionally toward a target object reference.

Events

None