Background for Skyrim SE
Member of the PO3_Events_Form script
eventOnSpellLearned(SpellakSpell)

Description

GitHub Wiki Description (PO3's PE)

  • Event is disabled in AE due to crashes

Registration Control Functions


Parameters

  1. SpellakSpell


Examples

Auto-Generated Example

Scriptname MyCoolScript extends PO3_Events_Form

event OnSpellLearned(Spell akSpell)
    Debug.trace("Event received - OnSpellLearned: akSpell = " + akSpell)
endEvent

Additional References

View this event on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.