Difference between revisions of "TActivePlayer.Deaths"

From Soldat Community Wiki
Jump to: navigation, search
(Description)
 
Line 2: Line 2:
 
   Access mode: R
 
   Access mode: R
 
==Description==
 
==Description==
Ammount of deaths of a player.
+
Amount of deaths of a player.
  
 
==Example==
 
==Example==

Latest revision as of 00:35, 1 July 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!');