Difference between revisions of "TActivePlayer.Deaths"

From Soldat Community Wiki
Jump to: navigation, search
(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'''''
   Acess 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!');