C# Class Alexandria.Engines.DarkSouls.EffectToken

A four-byte value in an Effect.
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
ToRichText ( RichTextBuilder builder ) : void

Convert to a rich text form with the builder.

ToString ( ) : string

Convert to a descriptive string.

ToStringValue ( ) : string

Convert just the value to a string.

Private Methods

Méthode Description
AddError ( string format ) : void
EffectToken ( BinaryReader reader, HashSet pointers, HashSet functions ) : System
Link ( IList list ) : void

Method Details

ToRichText() public méthode

Convert to a rich text form with the builder.
public ToRichText ( RichTextBuilder builder ) : void
builder RichTextBuilder
Résultat void

ToString() public méthode

Convert to a descriptive string.
public ToString ( ) : string
Résultat string

ToStringValue() public méthode

Convert just the value to a string.
public ToStringValue ( ) : string
Résultat string