Difference between revisions of "TOnKillEvent"
(Created page with "==Description== Type used by TActivePlayer.OnKill as an event handler type. ==Declaration== function (Killer, Victim: TActivePlayer; WeaponType: Byte): Integer Kil...") |
(No difference)
|
Revision as of 09:55, 31 July 2013
Description
Type used by TActivePlayer.OnKill as an event handler type.
Declaration
function (Killer, Victim: TActivePlayer; WeaponType: Byte): Integer Killer: player killing Victim: player being killed WeaponType: type of the weapon that dealt the killing blow