C# 클래스 Alexandria.Engines.DarkSouls.EffectInstruction

Consists of an opcode and a set of operands.
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
ToRichText ( RichTextBuilder builder ) : void

Convert to rich text.

ToString ( ) : string

Convert to a descriptive string.

비공개 메소드들

메소드 설명
EffectInstruction ( IList tokens, int &index ) : System

메소드 상세

ToRichText() 공개 메소드

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

ToString() 공개 메소드

Convert to a descriptive string.
public ToString ( ) : string
리턴 string