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 [wiki]Actor[/wiki] died.
    [h="2"] Declaration [/h]
  2. -
    <code cpp>
    VAULTSCRIPT void OnActorDeath(vaultmp::ID);
  3. +
    [highlight=cpp]
    VAULTSCRIPT vaultmp::Void OnActorDeath(vaultmp::ID);
  4.  
    forward OnActorDeath(ID);
  5. -
    </code>
  6. +
    [/highlight]
  7.  
    [h="2"] Parameters [/h]
    [b][wiki="ID"]vaultmp::ID[/wiki][/b] - the ID of the [wiki]Actor[/wiki]
    [h="2"] Return value [/h]
    None.
    [h="2"] Related pages [/h]
    [list][*][wiki]GetActorDead[/wiki]
    [/LIST]
    [category]VaultMP interface[/category]
    [category]Scripting callbacks[/category]