Lua Events/OnSteamWorkshopItemNotUpdated

From PZwiki
< Lua Events
Revision as of 21:27, 23 June 2023 by Faalagorn (talk | contribs) (Faalagorn moved page Lua Events/OnSteamWorkshopItemNotUpdated to Lua Events/OnSteamWorkshopItemNotUpdated: Remove Modding: prefix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



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.