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...")
 
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.
 
Ammount of deaths of a player.

Revision as of 21:41, 26 June 2013

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!');