The Spell script is a part of Starfield’s Papyrus scripting ecosystem. It is included with the base game.
For this script, the Papyrus index knows about:
- 3 functions
Inheritance Tree
No indexed scripts extend this script.
Structs
The Papyrus Index is still under construction. Structs have not been implemented yet.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- Vanilla
Casts this spell from the specified object reference, optionally toward a target object reference.
- Found in:
- Vanilla
voidfunctionRemoteCast(ObjectReferenceakSource, ActorakBlameActor, ObjectReferenceakTarget=NONE)NativeCasts this spell from the specified object reference with a specified Actor getting the "blame" for the spell if it could cause a crime to occur, optionally toward a target object reference.
