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

OnActorDeath

This is an old revision of this page, as edited 09-28-2011, 07:36 PM by . It may differ significantly from the current revision.
Gets called after an [[Actor]] died.

== Declaration ==
<code cpp>
VAULTSCRIPT void OnActorDeath(vaultmp::ID);
forward OnActorDeath(ID);
</code>
== Parameters ==

'''[[ID|vaultmp::ID]]''' - the ID of the [[Actor]]

== Return value ==

None.