Background for Starfield
Member of the RefCollectionAlias script
eventOnSpellCast(ObjectReferenceakSenderRef, FormakSpell)

Description

Documentation Comment

Event received when a spell is cast by this object


Parameters

ObjectReferenceakSenderRef

FormakSpell


Examples

Auto-Generated Example

Scriptname MyCoolScript extends RefCollectionAlias

event OnSpellCast(ObjectReference akSenderRef, Form akSpell)
    Debug.trace("Event received - OnSpellCast: akSenderRef = " + akSenderRef + " akSpell = " + akSpell)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.