Lua Events/OnInitWorld

From PZwiki



Event

OnInitWorld

Description

Triggered during the process of initializing the world.

Parameters

No parameter.

Examples

local function OnInitWorld()
	-- Your code here
end

Events.OnInitWorld.Add(OnInitWorld)

See also