C# 클래스 AtelierElieScripter.DialogueChoices.DialogueChoicesEntry

Description of DialogueChoicesEntry.
상속: Abstract.AbstractTextBlock
파일 보기 프로젝트 열기: Markliujy/AtelierElieTranslation 1 사용 예제들

공개 메소드들

메소드 설명
DialogueChoicesEntry ( ) : System
DialogueChoicesEntry ( string textArray ) : System
GetDTETable ( int>.Dictionary DTEtable, int DTELen ) : int>.Dictionary
SaveTextFileBlock ( StreamWriter saveFileStream ) : void

보호된 메소드들

메소드 설명
LoadTextFileSmallerBlock ( StringReader blockStream, int textBlockNo ) : void

메소드 상세

DialogueChoicesEntry() 공개 메소드

public DialogueChoicesEntry ( ) : System
리턴 System

DialogueChoicesEntry() 공개 메소드

public DialogueChoicesEntry ( string textArray ) : System
textArray string
리턴 System

GetDTETable() 공개 메소드

public GetDTETable ( int>.Dictionary DTEtable, int DTELen ) : int>.Dictionary
DTEtable int>.Dictionary
DTELen int
리턴 int>.Dictionary

LoadTextFileSmallerBlock() 보호된 메소드

protected LoadTextFileSmallerBlock ( StringReader blockStream, int textBlockNo ) : void
blockStream System.IO.StringReader
textBlockNo int
리턴 void

SaveTextFileBlock() 공개 메소드

public SaveTextFileBlock ( StreamWriter saveFileStream ) : void
saveFileStream System.IO.StreamWriter
리턴 void