Перейти к содержанию

Player::getCauseOfDeath

Материал из RAGE MP Wiki Archive
Версия от 23:43, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Returns the hash of the weapon/model/object that killed the player.

Edited by: Enumerator

Syntax

<syntaxhighlight lang="javascript">player.getCauseOfDeath();</syntaxhighlight>

Required Arguments

Return value

  • Model hash or name

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also