Difference between revisions of "TActivePlayer.Deaths"
(Created page with " '''''property TActivePlayer.Deaths: Integer''''' Acess mode: R ==Description== Ammount of deaths of a player. ==Example== <syntaxhighlight lang="pascal"> writeLn('Player w...") |
(No difference)
|
Revision as of 19:13, 26 June 2013
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!');