C# Class CEngineSharp_Server.Networking.NetManager

Show file Open project: JohnLamontagne/CEngineSharp

Public Methods

Method Description
AddPacketHandler ( PacketType packetType, Action handler ) : void
ConstructMessage ( ) : NetOutgoingMessage
NetManager ( ) : System
Start ( ) : void
Update ( ) : void

Method Details

AddPacketHandler() public method

public AddPacketHandler ( PacketType packetType, Action handler ) : void
packetType PacketType
handler Action
return void

ConstructMessage() public method

public ConstructMessage ( ) : NetOutgoingMessage
return Lidgren.Network.NetOutgoingMessage

NetManager() public method

public NetManager ( ) : System
return System

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void