Lua Events/OnNewSurvivorGroup

From PZwiki



Event

OBSOLETE
OnNewSurvivorGroup

Description

Triggered when a new survivor group is being created.

Parameters

Examples

local function OnNewSurvivorGroup(survivorGroup, x, y)
	-- Your code here
end

Events.OnNewSurvivorGroup.Add(OnNewSurvivorGroup)

See also

No related event.