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

RAGE.Game.Ped.GetPedTimeOfDeath

Материал из RAGE MP Wiki Archive
Версия от 20:21, 13 мая 2021; imported>Phill (Created GetPedTImeOfDeath)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Syntax

       RAGE.Game.Ped.GetPedTimeOfDeath(int Ped);

Required Arguments

  • ped: Ped Id

Example

        public static int getPedTimeOfDeath(int ped)
        {
            return RAGE.Game.Ped.GetPedTimeOfDeath(ped);
        }