event onPlayerHitVobMelee (client-side)
Available since version: 0.3.5
This event is triggered when player hits a vob with a melee weapon.
Parameters
int playerid, zlist collResultList, Item item
intplayerid: the id of the player whose hit a vob.zlistcollResultList: the list of collision results. For more information see VobModelLimbColl class.Itemitem: the item object used while hit. For more information see Item class.