TActivePlayer.Deaths
property TActivePlayer.Deaths: Integer Acess mode: R
Description
Ammount of deaths of a player.
Example
writeLn('Player with ID 1 has ' + inttostr(Players[1].Deaths) + ' deaths!');
property TActivePlayer.Deaths: Integer Acess mode: R
Ammount of deaths of a player.
writeLn('Player with ID 1 has ' + inttostr(Players[1].Deaths) + ' deaths!');