Difference between revisions of "Scroll Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Plplecuyer
 
imported>Qazaaq
(Added obsolete category)
 
Line 1: Line 1:
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
'''Extends:''' [[Form Script]]
'''Extends:''' [[Form Script]]


Script for the manipulation of scrolls.
Script for the manipulation of scrolls. This object is depreciated, obsolete, or does not appear to be used by the game.


== Definition ==
== Definition ==
Line 24: Line 20:
== Events ==
== Events ==
None
None
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Obsolete]]

Latest revision as of 18:14, 2 December 2018

Extends: Form Script

Script for the manipulation of scrolls. This object is depreciated, obsolete, or does not appear to be used by the game.

Definition[edit | edit source]

ScriptName Scroll extends Form Native Hidden

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

  • Function Cast(ObjectReference akSource, ObjectReference akTarget)
    • Casts this scroll from the source object reference, optionally toward a target object reference.

Events[edit | edit source]

None