Difference between revisions of "TOnKillEvent"
m (→Declaration) |
(→Declaration) |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
==Declaration== | ==Declaration== | ||
− | + | procedure (Killer, Victim: [[TActivePlayer]]; BulletId: Byte); | |
Killer: player killing | Killer: player killing | ||
Victim: player being killed | Victim: player being killed |
Latest revision as of 23:36, 26 October 2014
Description
Type used by TActivePlayer.OnKill as an event handler type.
Declaration
procedure (Killer, Victim: TActivePlayer; BulletId: Byte); Killer: player killing Victim: player being killed Bullet: TActiveMapBullet object that killed Victim