C# Class StorySystem.CustomCommandValueParser

Afficher le fichier Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Méthodes publiques

Méthode Description
FinalParse ( ) : void
FinalParse ( Dsl dslInfo ) : void
FirstParse ( ) : void
FirstParse ( Dsl dslInfo ) : void
LoadStory ( string file ) : Dsl.DslFile
LoadStoryCode ( string code ) : Dsl.DslFile
LoadStoryText ( string text ) : Dsl.DslFile

Method Details

FinalParse() public static méthode

public static FinalParse ( ) : void
Résultat void

FinalParse() public static méthode

public static FinalParse ( Dsl dslInfo ) : void
dslInfo Dsl
Résultat void

FirstParse() public static méthode

public static FirstParse ( ) : void
Résultat void

FirstParse() public static méthode

public static FirstParse ( Dsl dslInfo ) : void
dslInfo Dsl
Résultat void

LoadStory() public static méthode

public static LoadStory ( string file ) : Dsl.DslFile
file string
Résultat Dsl.DslFile

LoadStoryCode() public static méthode

public static LoadStoryCode ( string code ) : Dsl.DslFile
code string
Résultat Dsl.DslFile

LoadStoryText() public static méthode

public static LoadStoryText ( string text ) : Dsl.DslFile
text string
Résultat Dsl.DslFile