Lua Events/OnSteamGameJoin

From PZwiki



Event

OnSteamGameJoin

Description

Triggered when joining a game through Steam.

Parameters

No parameter.

Examples

local function OnSteamGameJoin()
	-- Your code here
end

Events.OnSteamGameJoin.Add(OnSteamGameJoin)

See also

No related event.