C# Class Terraria.ModLoader.ModNet

Afficher le fichier Open project: bluemagic123/tModLoader Class Usage Examples

Méthodes publiques

Méthode Description
GetMod ( int netID ) : Mod
IsModdedClient ( int i ) : bool

Private Methods

Méthode Description
AssignNetIDs ( ) : void
DownloadNextMod ( ) : void
HandleModPacket ( BinaryReader reader, int whoAmI ) : void
HijackGetData ( byte &messageType, BinaryReader &reader, int playerNumber ) : bool
NetReload ( ) : void
OnModsDownloaded ( bool needsReload ) : void
ReadNetIDs ( BinaryReader reader ) : void
ReceiveMod ( BinaryReader reader ) : void
SendMod ( string modName, int toClient ) : void
SendNetIDs ( int toClient ) : void
SyncClientMods ( BinaryReader reader ) : void
SyncMods ( int clientIndex ) : void

Method Details

GetMod() public static méthode

public static GetMod ( int netID ) : Mod
netID int
Résultat Mod

IsModdedClient() public static méthode

public static IsModdedClient ( int i ) : bool
i int
Résultat bool