C# Class Alexandria.Engines.DarkSouls.EffectInstruction

Consists of an opcode and a set of operands.
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method Description
ToRichText ( RichTextBuilder builder ) : void

Convert to rich text.

ToString ( ) : string

Convert to a descriptive string.

Private Methods

Method Description
EffectInstruction ( IList tokens, int &index ) : System

Method Details

ToRichText() public method

Convert to rich text.
public ToRichText ( RichTextBuilder builder ) : void
builder RichTextBuilder
return void

ToString() public method

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