EventClient()

语法

Client = EventClient()
概要
This function returns the ID of the client that sent data and is only needed on the server side.

参数

无.

返回值

Returns the connection of the client that caused the event.

Remarks

The functions GetClientIP() and GetClientPort() can be used to get more information on the client that sent data.

参阅

NetworkServerEvent(), GetClientIP(), GetClientPort()

已支持操作系统

所有

<- CreateNetworkServer() - Network Index - EventServer() ->