C# 클래스 EssentialsPlugin.NetworkHandlers.GridNameHandler

상속: NetworkHandlerBase
파일 보기 프로젝트 열기: rexxar-tc/EssentialsPlugin

공개 메소드들

메소드 설명
CanHandle ( VRage.Network.CallSite site ) : bool
Handle ( ulong remoteUserId, VRage.Network.CallSite site, VRage.Library.Collections.BitStream stream, object obj ) : bool

메소드 상세

CanHandle() 공개 메소드

public CanHandle ( VRage.Network.CallSite site ) : bool
site VRage.Network.CallSite
리턴 bool

Handle() 공개 메소드

public Handle ( ulong remoteUserId, VRage.Network.CallSite site, VRage.Library.Collections.BitStream stream, object obj ) : bool
remoteUserId ulong
site VRage.Network.CallSite
stream VRage.Library.Collections.BitStream
obj object
리턴 bool