Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Set()

void Terraria.Social.Steam.Lobby.Set ( CSteamID lobbyId)
inline

Definition at line 116 of file Lobby.cs.

117 {
118 //IL_0001: Unknown result type (might be due to invalid IL or missing references)
119 //IL_0002: Unknown result type (might be due to invalid IL or missing references)
120 //IL_000f: Unknown result type (might be due to invalid IL or missing references)
121 //IL_0010: Unknown result type (might be due to invalid IL or missing references)
122 //IL_0015: Unknown result type (might be due to invalid IL or missing references)
123 Id = lobbyId;
124 State = LobbyState.Active;
125 Owner = SteamMatchmaking.GetLobbyOwner(lobbyId);
126 }

References Terraria.Social.Steam.Lobby.Id, and Terraria.Social.Steam.Lobby.Owner.