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...") |
(→Description) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
'''''property TActivePlayer.Deaths: Integer''''' | '''''property TActivePlayer.Deaths: Integer''''' | ||
− | + | Access mode: R | |
==Description== | ==Description== | ||
− | + | Amount of deaths of a player. | |
==Example== | ==Example== |
Latest revision as of 23:35, 30 June 2013
property TActivePlayer.Deaths: Integer Access mode: R
Description
Amount of deaths of a player.
Example
writeLn('Player with ID 1 has ' + inttostr(Players[1].Deaths) + ' deaths!');