Lua Events/OnGridBurnt

From PZwiki



Event

OnGridBurnt

Description

Triggered when a grid square is burning.

Parameters

Examples

local function OnGridBurnt(square)
	-- Your code here
end

Events.OnGridBurnt.Add(OnGridBurnt)

See also