C# Class FSO.SimAntics.NetPlay.EODs.Handlers.VMEODHandler

Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
BinaryHandlers EODBinaryEventHandler>.Dictionary
PlaintextHandlers EODPlaintextEventHandler>.Dictionary
Server VMEODServer
SimanticsHandlers EODSimanticsEventHandler>.Dictionary

Méthodes publiques

Méthode Description
OnConnection ( VMEODClient client ) : void
OnDisconnection ( VMEODClient client ) : void
Tick ( ) : void
VMEODHandler ( VMEODServer server ) : System

Method Details

OnConnection() public méthode

public OnConnection ( VMEODClient client ) : void
client VMEODClient
Résultat void

OnDisconnection() public méthode

public OnDisconnection ( VMEODClient client ) : void
client VMEODClient
Résultat void

Tick() public méthode

public Tick ( ) : void
Résultat void

VMEODHandler() public méthode

public VMEODHandler ( VMEODServer server ) : System
server VMEODServer
Résultat System

Property Details

BinaryHandlers public_oe property

public Dictionary BinaryHandlers
Résultat EODBinaryEventHandler>.Dictionary

PlaintextHandlers public_oe property

public Dictionary PlaintextHandlers
Résultat EODPlaintextEventHandler>.Dictionary

Server public_oe property

public VMEODServer Server
Résultat VMEODServer

SimanticsHandlers public_oe property

public Dictionary SimanticsHandlers
Résultat EODSimanticsEventHandler>.Dictionary