Added New Static Mesh Functions
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>function TCP_AcceptSocket(server, client) </h2></p>
|
||||
<p><h2>function TCP_AcceptSocket(server) </h2></p>
|
||||
<p>
|
||||
Attempts to accept a connection from a server socket. If successful it will open a client socket to communicate with the server and return true. If it fails it will return false.
|
||||
Attempts to accept a connection from a server socket. If successful it will return a client socket id. If it fails it will return -1.
|
||||
</p>
|
||||
<p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user