Method | Description | |
---|---|---|
SendP2PPacket ( CSteamID steamID, CWTNet.CSPacket packet ) : void | ||
SendP2PPacket ( CSteamID steamID, CWTNet.IPacket packet, CWTNet.Channel channel ) : void | ||
SendP2PPacket ( CSteamID steamID, CWTNet.SCPacket packet ) : void |
public static SendP2PPacket ( CSteamID steamID, CWTNet.CSPacket packet ) : void | ||
steamID | CSteamID | |
packet | CWTNet.CSPacket | |
return | void |
public static SendP2PPacket ( CSteamID steamID, CWTNet.IPacket packet, CWTNet.Channel channel ) : void | ||
steamID | CSteamID | |
packet | CWTNet.IPacket | |
channel | CWTNet.Channel | |
return | void |
public static SendP2PPacket ( CSteamID steamID, CWTNet.SCPacket packet ) : void | ||
steamID | CSteamID | |
packet | CWTNet.SCPacket | |
return | void |