C# Class Alexandria.Engines.DarkSouls.EffectToken

A four-byte value in an Effect.
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method 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

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

Method Details

ToRichText() public method

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

ToString() public method

Convert to a descriptive string.
public ToString ( ) : string
return string

ToStringValue() public method

Convert just the value to a string.
public ToStringValue ( ) : string
return string