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

A four-byte value in an Effect.
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
AddError ( string format ) : void
EffectToken ( BinaryReader reader, HashSet pointers, HashSet functions ) : System
Link ( IList list ) : void

메소드 상세

ToRichText() 공개 메소드

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

ToString() 공개 메소드

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

ToStringValue() 공개 메소드

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