Difference between revisions of "TActivePlayer.Kills"

From Soldat Community Wiki
Jump to: navigation, search
(Example)
(Example)
Line 8: Line 8:
 
writeLn('Player with ID 1 has ' + inttostr(Players[1].Kills) + ' kills! :ooo');
 
writeLn('Player with ID 1 has ' + inttostr(Players[1].Kills) + ' kills! :ooo');
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
[[Category:TActivePlayer]]

Revision as of 19:59, 26 June 2013

property TActivePlayer.Kills: Integer
 Acess mode: RW

Description

How many kills a player has.

Example

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