C# Class SagaMap.Packets.Server.SendAck

Acknowledgement packet sent by the server to the client as a response to....
Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

Méthode Description
SendAck ( ) : System

Create a new acknowledgement packet. (which acknowledgement set to true as default)

SetAck ( bool noerror ) : void

Set acknowledgement to true or false.

Method Details

SendAck() public méthode

Create a new acknowledgement packet. (which acknowledgement set to true as default)
public SendAck ( ) : System
Résultat System

SetAck() public méthode

Set acknowledgement to true or false.
public SetAck ( bool noerror ) : void
noerror bool true or false
Résultat void