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

◆ Create()

void Terraria.Social.Steam.Lobby.Create ( bool inviteOnly,
APIDispatchDelegate< LobbyCreated_t > callResult )
inline

Definition at line 37 of file Lobby.cs.

38 {
39 //IL_000c: Unknown result type (might be due to invalid IL or missing references)
40 //IL_0011: Unknown result type (might be due to invalid IL or missing references)
41 //IL_001f: Unknown result type (might be due to invalid IL or missing references)
42 SteamAPICall_t val = SteamMatchmaking.CreateLobby((ELobbyType)(!inviteOnly), 256);
45 State = LobbyState.Creating;
46 }
APIDispatchDelegate< LobbyCreated_t > _lobbyCreatedExternalCallback
Definition Lobby.cs:25
CallResult< LobbyCreated_t > _lobbyCreated
Definition Lobby.cs:23

References Terraria.Social.Steam.Lobby._lobbyCreated, and Terraria.Social.Steam.Lobby._lobbyCreatedExternalCallback.

Referenced by Terraria.Social.Steam.NetServerSocialModule.Initialize().