RAGE.Game.Ped.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);
}