Background for Skyrim SE
Member of the DbSkseEvents script
eventOnActorSpellCastGlobal(ActorCaster, FormSource, intslot)

Description

Documentation Comment

Actor Action events. Source is the weapon / spell / shout.
Slots are 0 = left hand, 1 = right hand, 2 = voice / power.


Parameters

  1. ActorCaster

  2. FormSource

  3. intslot


Examples

Auto-Generated Example

Scriptname MyCoolScript extends DbSkseEvents

event OnActorSpellCastGlobal(Actor Caster, Form Source, int slot)
    Debug.trace("Event received - OnActorSpellCastGlobal: Caster = " + Caster + " Source = " + Source + " slot = " + slot)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.