- Found in:
- Vanilla
eventOnSpellCast(FormakSpell)
Description
Documentation Comment
Event received when a spell is cast by this object
Parameters
FormakSpell
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ReferenceAlias
event OnSpellCast(Form akSpell)
Debug.trace("Event received - OnSpellCast: akSpell = " + akSpell)
endEvent