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

◆ Lobby()

Terraria.Social.Steam.Lobby.Lobby ( )
inline

Definition at line 27 of file Lobby.cs.

28 {
29 //IL_001c: Unknown result type (might be due to invalid IL or missing references)
30 //IL_0021: Unknown result type (might be due to invalid IL or missing references)
31 //IL_0027: Unknown result type (might be due to invalid IL or missing references)
32 //IL_002c: Unknown result type (might be due to invalid IL or missing references)
35 }
CallResult< LobbyEnter_t > _lobbyEnter
Definition Lobby.cs:19
void OnLobbyEntered(LobbyEnter_t result, bool failure)
Definition Lobby.cs:151
CallResult< LobbyCreated_t > _lobbyCreated
Definition Lobby.cs:23
void OnLobbyCreated(LobbyCreated_t result, bool failure)
Definition Lobby.cs:176

References Terraria.Social.Steam.Lobby._lobbyCreated, Terraria.Social.Steam.Lobby._lobbyEnter, Terraria.Social.Steam.Lobby.OnLobbyCreated(), and Terraria.Social.Steam.Lobby.OnLobbyEntered().