Player::getSourceOfDeath

From RAGE Multiplayer Wiki
Revision as of 23:44, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns the Entity (Ped, Vehicle, or ?Object?) that killed the 'ped'

Is best to check if the Ped is dead before asking for its killer.

Syntax

player.getSourceOfDeath();

Required Arguments

Return value

  • Entity handle or object

Example

// todo

See also