Background for Skyrim SE
Member of the PO3_Events_Form script
eventOnDragonSoulGained(floatafSouls)

Registration Control Functions


Parameters

floatafSouls


Examples

Auto-Generated Example

Scriptname MyCoolScript extends PO3_Events_Form

event OnDragonSoulGained(float afSouls)
    Debug.trace("Event received - OnDragonSoulGained: afSouls = " + afSouls)
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.