Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IOCP
#1
viewtopic.php?f=69&t=895&st=0&sk=t&sd=a

Quote:Function IsConnected(ByVal Index As Long) As Boolean
IsConnected = False

If Index = 0 Then Exit Function

If GameServer Is Nothing Then Exit Function

If Not GameServer.Sockets(Index).Socket Is Nothing Then
IsConnected = True
End If
End Function

Says:

Object doesn't support this property or method.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)