Background for Starfield
Member of the ReferenceAlias script
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
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.