Метод | Описание | |
---|---|---|
Close ( ) : void |
Closes the networkmanager
|
|
GetNetworkFunction ( string name ) : |
Returns the corresponding network function to the custom name
|
|
Init ( ) : void |
Initializes the manager
|
|
RegisterNetworkFunction ( |
Registers a networkfunction so it can get called
|
|
UnregisterNetworkFunction ( string name ) : void |
Unregisteres a networkfunction so it cant get called anymore
|
Метод | Описание | |
---|---|---|
HandleMessage ( |
||
IndexesOf ( this haystack, string needle ) : IEnumerable |
||
PluginManager_PluginUnload ( |
||
Server_CliendDisconnected ( |
||
Server_ClientConnected ( |
||
Server_MessageReceived ( |
public static GetNetworkFunction ( string name ) : |
||
name | string | The network functions name |
Результат |
public static RegisterNetworkFunction ( |
||
info | The functions info | |
Результат | void |
public static UnregisterNetworkFunction ( string name ) : void | ||
name | string | The functions info |
Результат | void |