|
| static bool | IsModdedClient (int i) |
| |
| static Mod | GetMod (int netID) |
| |
| static void | Log (int whoAmI, string s) |
| |
| static void | Log (RemoteAddress addr, string s) |
| |
| static void | Log (string s) |
| |
| static void | Warn (int whoAmI, string s) |
| |
| static void | Warn (RemoteAddress addr, string s) |
| |
| static void | Warn (string s) |
| |
| static void | Debug (int whoAmI, string s) |
| |
| static void | Debug (RemoteAddress addr, string s) |
| |
| static void | Debug (string s) |
| |
| static void | Error (int whoAmI, string s, Exception e=null) |
| |
| static void | Error (RemoteAddress addr, string s, Exception e=null) |
| |
| static void | Error (string s, Exception e=null) |
| |
| static void | LogSend (int toClient, int ignoreClient, string s, int len) |
| |
|
| static bool | IsClientCompatible (string clientVersion, out bool isModded, out string kickMsg) |
| |
| static void | AssignNetIDs () |
| |
| static void | Unload () |
| |
| static void | SyncMods (int clientIndex) |
| |
| static void | SyncClientMods (BinaryReader reader) |
| |
| static bool | SyncClientMods (BinaryReader reader, out bool needsReload) |
| |
| static void | SendMod (string modName, int toClient) |
| |
| static void | ReceiveMod (BinaryReader reader) |
| |
| static Action | NetReload () |
| |
| static void | SendNetIDs (int toClient) |
| |
| static void | HandleModPacket (BinaryReader reader, int whoAmI, int length) |
| |
| static void | SetModNetDiagnosticsUI (IEnumerable< Mod > mods) |
| |
| static bool | HijackGetData (ref byte messageType, ref BinaryReader reader, int playerNumber) |
| |
| static bool | HijackSendData (int whoAmI, int msgType, int remoteClient, int ignoreClient, NetworkText text, int number, float number2, float number3, float number4, int number5, int number6, int number7) |
| |
Definition at line 16 of file ModNet.cs.