TActivePlayer.Deaths

From Soldat Community Wiki
Revision as of 21:13, 26 June 2013 by Squiddy (talk | contribs) (Created page with " '''''property TActivePlayer.Deaths: Integer''''' Acess mode: R ==Description== Ammount of deaths of a player. ==Example== <syntaxhighlight lang="pascal"> writeLn('Player w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
property TActivePlayer.Deaths: Integer
 Acess mode: R

Description

Ammount of deaths of a player.

Example

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