C# Class AtelierElieScripter.Dialogue.DialogueTextBlocks

Description of DialogueTextBlock.
Inheritance: Abstract.AbstractTextBlock
Afficher le fichier Open project: Markliujy/AtelierElieTranslation Class Usage Examples

Méthodes publiques

Méthode Description
Count ( ) : int
DialogueTextBlocks ( ) : System
GetDTETable ( int>.Dictionary DTEtable, int DTELen ) : int>.Dictionary
GetNoTextBlocksDone ( ) : int

Get number of text blocks with Eng Text

GetNoTextBlocksNotes ( ) : int
OutputFile ( BinaryWriter bw, int no, uint pos, int>.Dictionary DTEtable ) : void
SaveTextFileBlock ( StreamWriter saveFileStream ) : void
this ( int index ) : DialogueEntry

Méthodes protégées

Méthode Description
LoadTextFileSmallerBlock ( StringReader blockStream, int textBlockNo ) : void

Method Details

Count() public méthode

public Count ( ) : int
Résultat int

DialogueTextBlocks() public méthode

public DialogueTextBlocks ( ) : System
Résultat System

GetDTETable() public méthode

public GetDTETable ( int>.Dictionary DTEtable, int DTELen ) : int>.Dictionary
DTEtable int>.Dictionary
DTELen int
Résultat int>.Dictionary

GetNoTextBlocksDone() public méthode

Get number of text blocks with Eng Text
public GetNoTextBlocksDone ( ) : int
Résultat int

GetNoTextBlocksNotes() public méthode

public GetNoTextBlocksNotes ( ) : int
Résultat int

LoadTextFileSmallerBlock() protected méthode

protected LoadTextFileSmallerBlock ( StringReader blockStream, int textBlockNo ) : void
blockStream System.IO.StringReader
textBlockNo int
Résultat void

OutputFile() public méthode

public OutputFile ( BinaryWriter bw, int no, uint pos, int>.Dictionary DTEtable ) : void
bw System.IO.BinaryWriter
no int
pos uint
DTEtable int>.Dictionary
Résultat void

SaveTextFileBlock() public méthode

public SaveTextFileBlock ( StreamWriter saveFileStream ) : void
saveFileStream System.IO.StreamWriter
Résultat void

this() public méthode

public this ( int index ) : DialogueEntry
index int
Résultat DialogueEntry