Lua Events/OnBeingHitByZombie

From PZwiki



Event

OBSOLETE
OnBeingHitByZombie

Description

Triggered when a character is being hit by a zombie.

Parameters

Examples

local function OnBeingHitByZombie()
	-- Your code here
end

Events.OnBeingHitByZombie.Add(OnBeingHitByZombie)

See also