ProtoFlux:WebsocketConnectionEvents

From Resonite Wiki
Revision as of 00:41, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Websocket Connection Events to ProtoFlux:WebsocketConnectionEvents: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Websocket Connection Events
OnConnected
OnDisconnected
Client
null
Websockets

This node will allow you do detect when a WebSocket client is connected or disconnected.

Outputs

OnConnected (Call)

An Call triggered on a connection to the WebSocket server.

OnDisconnected (Call)

An Call triggered when the connection to the WebSocket server is cut.

Globals

Client (WebsocketClient)

A WebSocketClient component.