TActivePlayer.Deaths

From Soldat Community Wiki
Revision as of 21:41, 26 June 2013 by Squiddy (talk | contribs)
Jump to: navigation, search
property TActivePlayer.Deaths: Integer
 Access mode: R

Description

Ammount of deaths of a player.

Example

writeLn('Player with ID 1 has ' + inttostr(Players[1].Deaths) + ' deaths!');