C# Class Server.Items.BBMessageContent

Inheritance: Server.Network.Packet
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode 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 méthode

public BBMessageContent ( BaseBulletinBoard board, BulletinMessage msg ) : System
board BaseBulletinBoard
msg BulletinMessage
Résultat System

SafeString() public méthode

public SafeString ( string v ) : string
v string
Résultat string

WriteString() public méthode

public WriteString ( string v ) : void
v string
Résultat void

WriteString() public méthode

public WriteString ( string v, bool padding ) : void
v string
padding bool
Résultat void