Lua Events/OnPostWallSquareDraw

From PZwiki



Event

OBSOLETE
OnPostWallSquareDraw

Description

No trigger found for this event.

Parameters

Examples

local function OnPostWallSquareDraw()
	-- Your code here
end

Events.OnPostWallSquareDraw.Add(OnPostWallSquareDraw)

See also