Type Function Return value none Revision 2017.3060 Keywords Google Play Games Services, game network, gpgs, multiplayer, real-time, sendReliably See also gpgs.multiplayer.realtime gpgs.multiplayer gpgs.*
Sends a message to participants in a
gpgs.multiplayer.realtime.sendReliably( params )
Table. Contains parameters for the call — see the next section for details.
The params
table contains parameters for the call.
String. The multiplayer room ID.
String. The participant to send the message to.
Array. Populate with string elements to send the message to the specified participants. If provided, this has higher priority than participantId
.
String. The message to send. This has a size limit as noted in plugin.gpgs.multiplayer.getLimits().