This site has been archived and made available for preservation purposes. No edits can be made.

OnActorDeath

Gets called after an Actor died.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void OnActorDeath(VAULTSPACE ID, VAULTSPACE Limb, VAULTSPACE Death) VAULTCPP(noexcept);
Code c:
forward OnActorDeath(ID, Limb:limbs, Death:cause);

[top]Parameters

ID - the ID of the Actor
Limb - information about dismembered limbs
Death - the cause of death

[top]Return value

None.

[top]Related pages