From 10a2d679077d8e81c139417bd2bd8a1556701756 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 4 Jan 2022 21:35:04 -0700 Subject: [PATCH] Add a bit more detail about the Broadcasted events --- docs/events.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/events.md b/docs/events.md index 5d08a27..9340b52 100644 --- a/docs/events.md +++ b/docs/events.md @@ -8,20 +8,19 @@ relevant section. **Important**: Events with the `Broadcasted` event type, must be listened to even if you don't send any `Request` events of that type. This is because other clients connected to the server may trigger the server in such a way that the -event response gets sent to multiple clients. +event response gets sent to multiple clients. **Broadcasted events will use the** +`res` **event type prefix.** --- ## `server.info` Asks the server for information about it. - ### Supported Event Types | Request | Response | Broadcasted | ------- | -------- | ----------- | Yes | Yes | No - ### Payloads: Request Payload: `IServerInfoRequest`