C# 클래스 Terraria.ModLoader.ModNet

파일 보기 프로젝트 열기: bluemagic123/tModLoader 1 사용 예제들

공개 메소드들

메소드 설명
GetMod ( int netID ) : Mod
IsModdedClient ( int i ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

GetMod() 공개 정적인 메소드

public static GetMod ( int netID ) : Mod
netID int
리턴 Mod

IsModdedClient() 공개 정적인 메소드

public static IsModdedClient ( int i ) : bool
i int
리턴 bool