Skip to content

tool.twitch.CustomSocketConnection

tool.twitch.CustomSocketConnection

Fields

NameType
socketsys.net.Socket
addressString
portI32
cdtool.Cooldown
exponentialWaitF64
connectedBool
connectingBool
destroyedBool
onCooldownEndFun
onMessageFun
onErrorFun
bufferString

Protos

  • f@5140 disconnect(tool.twitch.CustomSocketConnection) → Void
  • f@5141 reconnect(tool.twitch.CustomSocketConnection) → Void
  • f@5143 sendConnectionData(tool.twitch.CustomSocketConnection) → Void
  • f@5146 analyse(tool.twitch.CustomSocketConnection, String) → Void
  • f@5147 sendMessage(tool.twitch.CustomSocketConnection, String, String) → Void
  • f@5148 destroy(tool.twitch.CustomSocketConnection) → Void
  • f@5149 preUpdate(tool.twitch.CustomSocketConnection, F64) → Void
  • f@5150 update(tool.twitch.CustomSocketConnection) → Void

Bindings

  • f@5145 onError(tool.twitch.CustomSocketConnection, String, String) → Void
  • f@5144 onMessage(tool.twitch.CustomSocketConnection, String, String) → Void
  • f@5142 onCooldownEnd(tool.twitch.CustomSocketConnection, String, I32) → Void
  • static f@5189 __constructor__(tool.twitch.CustomSocketConnection, String, Null) → Void