Lua Events/OnPreMapLoad

From PZwiki



Event

OnPreMapLoad

Description

Triggered before a map is loaded.

Parameters

No parameter.

Examples

local function OnPreMapLoad()
	-- Your code here
end

Events.OnPreMapLoad.Add(OnPreMapLoad)

See also