TActivePlayer.OnKill
Revision as of 11:02, 30 July 2013 by Mighty (talk | contribs) (Created page with " '''''property OnKill''''' Access mode: RW Event handler type: TOnKillEvent Event handler declaration: procedure (Killer, Victim: TActivePlayer; WeaponType: Byte); ...")
property OnKill Access mode: RW Event handler type: TOnKillEvent Event handler declaration: procedure (Killer, Victim: TActivePlayer; WeaponType: Byte);
Description
Event property called when a player is being killed.
Example
Expand with: example |