Lua Events/OnIsoThumpableLoad

From PZwiki



Event

OBSOLETE
OnIsoThumpableLoad

Description

Triggered when a thumpable object is being loaded.

Parameters

Examples

local function OnIsoThumpableLoad()
	-- Your code here
end

Events.OnIsoThumpableLoad.Add(OnIsoThumpableLoad)

See also