TActivePlayer.Deaths

From Soldat Community Wiki
Revision as of 00:35, 1 July 2013 by Squiddy (talk | contribs) (Description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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!');