Lua Events/OnSteamWorkshopItemNotCreated

From PZwiki



Event

OnSteamWorkshopItemNotCreated

Description

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

Parameters

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

Examples

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

Events.OnSteamWorkshopItemNotCreated.Add(OnSteamWorkshopItemNotCreated)

See also

No related event.