Wave
  • 👋Introduction
  • 🌊Getting Started
  • đŸ’ģFunctions
    • 🎮Console
    • 🌎Environment
    • 📂File System
    • đŸĒHooking
    • đŸ–ąī¸Input
    • 💡Miscellaneous
    • đŸ“ŗNetwork
    • đŸĒžReflection
    • đŸ•šī¸Script
    • 📊Table
    • đŸ“ļSignal
  • 📚Libraries
    • 👨‍🎤Actors
    • đŸ—ƒī¸Cache
    • 👾Crypt
    • 🐞Debug
    • đŸ–ī¸Drawing
    • đŸ–Ĩī¸ImGui
    • 📎WebSocket
  • âœī¸Changelogs
  • 📃Credits
Powered by GitBook
On this page
  • Close
  • Connect
  • Send
  1. Libraries

WebSocket

Close

<void> Socket:Close(<void>)
  • Closes the WebSocket connection.


Event
Description

.OnMessage

Activated when a message is receieved over the websocket connection.

.OnClose

Activated when the websocket connection is closed.


Connect

<bool> WebSocket.connect(<string> url)
  • Connects with url and will return the instance representing the connection.


Send

<void> Socket:Send(<string> text)
  • Sends text to the WebSocket connection.


PreviousImGuiNextChangelogs

Last updated 5 months ago

📚
📎