Closed Madcliff closed 2 years ago
Isn't this one fixed https://mwse.readthedocs.io/en/latest/lua/event/projectileExpire.html ?
Is e.mobile.object what you need?
You can do e.mobile.reference to get the associated tes3spell object or e.mobile.spellInstance to get the associated tes3magicSourceInstance object.
Would it be possible to expose the spell object for ProjectileExpired event. Currently you can only get the weapon reference.