Difference between revisions of "TOnKillEvent"
m |
(→Declaration) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
==Declaration== | ==Declaration== | ||
− | |||
− | + | procedure (Killer, Victim: [[TActivePlayer]]; BulletId: Byte); | |
Killer: player killing | Killer: player killing | ||
Victim: player being killed | Victim: player being killed | ||
− | + | Bullet: [[TActiveMapBullet]] object that killed Victim | |
[[Category:Types]] | [[Category:Types]] |
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