Gets called after an
Actor died.
Contents
Code cpp:
VAULTSCRIPT VAULTSPACE Void OnActorDeath(VAULTSPACE ID, VAULTSPACE Limb, VAULTSPACE Death) VAULTCPP(noexcept);
Code c:
forward OnActorDeath(ID, Limb:limbs, Death:cause);
ID - the ID of the
Actor
Limb - information about dismembered limbs
Death - the cause of death
None.