Send Event to a Client from Server
On every Game Instance there is a method called SendEventToClientFromServer. This allows you to send a message to any client from the server, you just need to know thier client id.
game.SendEventToClientFromServer(RclientId, eventName, messageStruct)Example Implementation in the "client_sent_event"
Shoutout to Komatr for improving the docs!

Last updated