Property | Type | Description | |
---|---|---|---|
commandHandler | CommandHandler, | ||
lineHandler | LineHandler, | ||
optionsHandler | OptionsHandler, |
Method | Description | |
---|---|---|
ExpectLine ( string line ) : void | ||
RunCommand ( Yarn command ) : System.Collections.IEnumerator | ||
RunLine ( Yarn line ) : System.Collections.IEnumerator | ||
RunOptions ( Yarn optionsCollection, Yarn optionChooser ) : System.Collections.IEnumerator | ||
SelectOption ( string option ) : void |
public RunCommand ( Yarn command ) : System.Collections.IEnumerator | ||
command | Yarn | |
return | System.Collections.IEnumerator |
public RunLine ( Yarn line ) : System.Collections.IEnumerator | ||
line | Yarn | |
return | System.Collections.IEnumerator |
public RunOptions ( Yarn optionsCollection, Yarn optionChooser ) : System.Collections.IEnumerator | ||
optionsCollection | Yarn | |
optionChooser | Yarn | |
return | System.Collections.IEnumerator |