- Found in:
- PO3's PE
eventOnMagicEffectApplyEx(ObjectReferenceakCaster, MagicEffectakEffect, FormakSource, boolabApplied)
[DEV SERVER] Loading description...
Registration Control Functions
Parameters
Examples
Auto-Generated Example
Scriptname MyCoolScript extends PO3_Events_Form
event OnMagicEffectApplyEx(ObjectReference akCaster, MagicEffect akEffect, Form akSource, bool abApplied)
Debug.trace("Event received - OnMagicEffectApplyEx: akCaster = " + akCaster + " akEffect = " + akEffect + " akSource = " + akSource + " abApplied = " + abApplied)
endEventAdditional References
View this event on the GitHub Wiki for powerofthree's Papyrus Extender
