Difference between revisions of "TActivePlayer.Kills"

From Soldat Community Wiki
Jump to: navigation, search
(Example)
 
Line 1: Line 1:
 
  '''''property TActivePlayer.Kills: Integer'''''
 
  '''''property TActivePlayer.Kills: Integer'''''
   Acess mode: RW
+
   Access mode: RW
 
==Description==
 
==Description==
 
How many kills a player has.
 
How many kills a player has.

Latest revision as of 21:41, 26 June 2013

property TActivePlayer.Kills: Integer
 Access mode: RW

Description

How many kills a player has.

Example

writeLn('Player with ID 1 has ' + inttostr(Players[1].Kills) + ' kills! :ooo');