- Found in:
- PO3's PE
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)
endEventAdditional References
View this event on the GitHub Wiki for powerofthree's Papyrus Extender
