Lua Events/OnSteamWorkshopItemNotUpdated

From PZwiki



Event

OnSteamWorkshopItemNotUpdated

Description

Triggered when a Steam workshop item couldn't be updated.

Parameters

  • Integer The result code indicating why the workshop item was not updated.

Examples

local function OnSteamWorkshopItemNotUpdated(result)
	-- Your code here
end

Events.OnSteamWorkshopItemNotUpdated.Add(OnSteamWorkshopItemNotUpdated)

See also

No related event.