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

◆ Join()

void Terraria.Social.Steam.Lobby.Join ( CSteamID lobbyId,
APIDispatchDelegate< LobbyEnter_t > callResult )
inline

Definition at line 62 of file Lobby.cs.

63 {
64 //IL_0017: Unknown result type (might be due to invalid IL or missing references)
65 //IL_0018: Unknown result type (might be due to invalid IL or missing references)
66 //IL_001d: Unknown result type (might be due to invalid IL or missing references)
67 //IL_0024: Unknown result type (might be due to invalid IL or missing references)
68 if (State == LobbyState.Inactive)
69 {
70 State = LobbyState.Connecting;
74 }
75 }
CallResult< LobbyEnter_t > _lobbyEnter
Definition Lobby.cs:19
APIDispatchDelegate< LobbyEnter_t > _lobbyEnterExternalCallback
Definition Lobby.cs:21

References Terraria.Social.Steam.Lobby._lobbyEnter, and Terraria.Social.Steam.Lobby._lobbyEnterExternalCallback.

Referenced by Terraria.Social.Steam.NetClientSocialModule.ConnectToLobby(), and Terraria.Social.Steam.NetClientSocialModule.OnLobbyJoinRequest().