Skip to content

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
  • int playerid: the id of the player whose hit a vob.
  • zlist collResultList: the list of collision results. For more information see VobModelLimbColl class.
  • Item item: the item object used while hit. For more information see Item class.