C# Class Server.Items.BBMessageContent

Inheritance: Server.Network.Packet
Mostrar archivo Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
BBMessageContent ( BaseBulletinBoard board, BulletinMessage msg ) : System
SafeString ( string v ) : string
WriteString ( string v ) : void
WriteString ( string v, bool padding ) : void

Method Details

BBMessageContent() public method

public BBMessageContent ( BaseBulletinBoard board, BulletinMessage msg ) : System
board BaseBulletinBoard
msg BulletinMessage
return System

SafeString() public method

public SafeString ( string v ) : string
v string
return string

WriteString() public method

public WriteString ( string v ) : void
v string
return void

WriteString() public method

public WriteString ( string v, bool padding ) : void
v string
padding bool
return void