C# 클래스 TDSM.Core.Plugin.Hooks.TDSMHookArgs.PlayerDataReceived

파일 보기 프로젝트 열기: DeathCradle/Terraria-s-Dedicated-Server-Mod 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( Terraria player ) : void
CheckName ( string &error ) : bool
Parse ( System reader, int at, int length ) : int
ParseColor ( byte buf, int &at ) : Color

메소드 상세

Apply() 공개 메소드

public Apply ( Terraria player ) : void
player Terraria
리턴 void

CheckName() 공개 메소드

public CheckName ( string &error ) : bool
error string
리턴 bool

Parse() 공개 메소드

public Parse ( System reader, int at, int length ) : int
reader System
at int
length int
리턴 int

ParseColor() 공개 정적인 메소드

public static ParseColor ( byte buf, int &at ) : Color
buf byte
at int
리턴 Color