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

OnActorDeath

(Difference between revisions)
Return to current revision
  1. -
    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.