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

◆ SendMessage() [2/2]

bool Terraria.Social.Steam.Lobby.SendMessage ( byte[] data,
int length )
inline

Definition at line 106 of file Lobby.cs.

107 {
108 //IL_000c: Unknown result type (might be due to invalid IL or missing references)
109 if (State != LobbyState.Active)
110 {
111 return false;
112 }
113 return SteamMatchmaking.SendLobbyChatMsg(Id, data, length);
114 }

References Terraria.Social.Steam.Lobby.Id, and System.length.