C# Class StorySystem.CustomCommandValueParser

显示文件 Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Public Methods

Method 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 method

public static FinalParse ( ) : void
return void

FinalParse() public static method

public static FinalParse ( Dsl dslInfo ) : void
dslInfo Dsl
return void

FirstParse() public static method

public static FirstParse ( ) : void
return void

FirstParse() public static method

public static FirstParse ( Dsl dslInfo ) : void
dslInfo Dsl
return void

LoadStory() public static method

public static LoadStory ( string file ) : Dsl.DslFile
file string
return Dsl.DslFile

LoadStoryCode() public static method

public static LoadStoryCode ( string code ) : Dsl.DslFile
code string
return Dsl.DslFile

LoadStoryText() public static method

public static LoadStoryText ( string text ) : Dsl.DslFile
text string
return Dsl.DslFile