swiftlys2/docs/api/ai/
API Reference Engine

INetChannel

Interface
Namespace: SwiftlyS2.Shared.Engine · Assembly: SwiftlyS2.CS2.dll
public interface INetChannel : INetChannelInfo
Implements INetChannelInfo
View source

Properties

CanPacket

bool CanPacket { get; }
Property Value

HasPendingReliableData

bool HasPendingReliableData { get; }
Property Value

IsOverflowed

bool IsOverflowed { get; }
Property Value

IsSuppressingTransmit

bool IsSuppressingTransmit { get; }
Property Value

IsTimedOut

bool IsTimedOut { get; }
Property Value

Methods

SetMaxDataRate(int)

void SetMaxDataRate(int rate)
Parameters

SetMinDataRate(int)

void SetMinDataRate(int rate)
Parameters

SetTimeout(float, bool)

void SetTimeout(float seconds, bool forceExact = false)
Parameters

SuppressTransmit(bool)

void SuppressTransmit(bool suppress)
Parameters