TActivePlayer.OnKill

From Soldat Community Wiki
Revision as of 12:41, 30 July 2013 by Mighty (talk | contribs)
Jump to: navigation, search
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.
Currently WeaponType is bugged and it's value is not predictable

Example

Expand with: example