Page 1 of 1

0000598: WorldThingDied + Die() Expansion

Posted: Sun Apr 30, 2017 6:03 pm
by Major Cooke
https://mantis.zdoom.org/view.php?id=598

Code: Select all

Summary	0000598: WorldThingDied + Die() Expansion
Description	Tried doing this one myself but with no success.

I think it'd be helpful if WorldThingDied's WorldEvent set the Damage to how much damage the thing took and the damagetype. Also include the source actor, because inflictor may not be enough for certain purposes.

Naturally this means (Call)Die would also need to include damage passing and damagetype.

Re: 0000598: WorldThingDied + Die() Expansion

Posted: Sun Apr 30, 2017 6:04 pm
by Graf Zahl
An extension of Actor.Die will require versioning of the function. That is a non-trivial matter so it won't be done until after the next release.