m fix types |
m YoshBot moved page ProtoFlux:Websocket Connection Events to ProtoFlux:WebsocketConnectionEvents: Automated: removing spaces from ProtoFlux namespace |
||
(No difference)
|
Latest revision as of 00:41, 21 August 2025
Websocket Connection Events
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.