Lua Events/OnClothingUpdated

From PZwiki



Event

OnClothingUpdated

Description

Triggered when a character's clothing items are updated.

Parameters

Examples

local function OnClothingUpdated(playerOrCharacter)
	-- Your code here
end

Events.OnClothingUpdated.Add(OnClothingUpdated)

See also

No related event.