Lua Events/OnMapLoadCreateIsoObject

From PZwiki



Event

OBSOLETE
OnMapLoadCreateIsoObject

Description

No trigger found for this event.

Parameters

Examples

local function OnMapLoadCreateIsoObject()
	-- Your code here
end

Events.OnMapLoadCreateIsoObject.Add(OnMapLoadCreateIsoObject)

See also