C# Class Server.Gumps.GumpEntry

Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
AppendTo ( IGumpWriter disp ) : void
Compile ( ) : string

Méthodes protégées

Méthode Description
Delta ( bool &var, bool val ) : void
Delta ( int &var, int val ) : void
Delta ( string &var, string val ) : void
GumpEntry ( ) : Server.Network

Method Details

AppendTo() public abstract méthode

public abstract AppendTo ( IGumpWriter disp ) : void
disp IGumpWriter
Résultat void

Compile() public abstract méthode

public abstract Compile ( ) : string
Résultat string

Delta() protected méthode

protected Delta ( bool &var, bool val ) : void
var bool
val bool
Résultat void

Delta() protected méthode

protected Delta ( int &var, int val ) : void
var int
val int
Résultat void

Delta() protected méthode

protected Delta ( string &var, string val ) : void
var string
val string
Résultat void

GumpEntry() protected méthode

protected GumpEntry ( ) : Server.Network
Résultat Server.Network