C# 클래스 Server.Items.BBMessageContent

상속: Server.Network.Packet
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
BBMessageContent ( BaseBulletinBoard board, BulletinMessage msg ) : System
SafeString ( string v ) : string
WriteString ( string v ) : void
WriteString ( string v, bool padding ) : void

메소드 상세

BBMessageContent() 공개 메소드

public BBMessageContent ( BaseBulletinBoard board, BulletinMessage msg ) : System
board BaseBulletinBoard
msg BulletinMessage
리턴 System

SafeString() 공개 메소드

public SafeString ( string v ) : string
v string
리턴 string

WriteString() 공개 메소드

public WriteString ( string v ) : void
v string
리턴 void

WriteString() 공개 메소드

public WriteString ( string v, bool padding ) : void
v string
padding bool
리턴 void