MessageRoom(string, Action<bool, SWLobbyError>) Method
Namespace: SWNetwork.Lobby
Called by players to begin an asynchronous operation to send message to other players in the same room using the specified string messageData.
Declaration
Parameters
Type
Description
messageData
string
String message data.
Overloads
MessageRoom(object, Action) Method
Called by players to begin an asynchronous operation to send message to other players in the same room using the specified serializable object messageData.
Declaration
Parameters
Type
Description
messageData
object
Serializable object message data.
PreviousJoinOrCreateRoom(bool, int, int, Action<bool, SWJoinRoomReply, SWLobbyError>) MethodNextGetRoomCustomData(Action<bool, SWGetRoomCustomDataReply, SWLobbyError>) Method
Last updated
Was this helpful?