NetworkClientEvent()
语法
Result = NetworkClientEvent(Connection)概要
Checks if an event happened on a network connection created with OpenNetworkConnection().
参数
Connection The connection to check.
返回值
Returns one of the following values:#PB_NetworkEvent_None : Nothing has happened #PB_NetworkEvent_Data : Raw data has been received (to be read with ReceiveNetworkData()) #PB_NetworkEvent_Disconnect: The client has been disconnected (connection closed).
参阅
ReceiveNetworkData(), NetworkServerEvent()
已支持操作系统
所有