inetchannelinfo
Functions
GetName
local pNetChannelInfo = IEngine.GetNetChannelInfo()
local szChannelName = pNetChannelInfo:GetName()
print(szChannelName)GetAddress
local pNetChannelInfo = IEngine.GetNetChannelInfo()
local szServerIP = pNetChannelInfo:GetAddress()
print(szServerIP)IsLoopback
IsPlayback
GetLatency
GetAvgLatency
GetAvgLoss
GetAvgChoke
GetAvgData
GetAvgPackets
Last updated
Was this helpful?