- Found in:
- Vanilla
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