Lua Events/OnSteamWorkshopItemUpdated

From PZwiki



Event

OnSteamWorkshopItemUpdated

Description

Triggered after a Steam workship item was successfully updated.

Parameters

  • Boolean Whether the user has to accept the workshop legal agreement.

Examples

local function OnSteamWorkshopItemUpdated(userNeedsToAcceptWorkshopLegalAgreement)
	-- Your code here
end

Events.OnSteamWorkshopItemUpdated.Add(OnSteamWorkshopItemUpdated)

See also

No related event.