Property | Type | Description | |
---|---|---|---|
LogDebugMessage | System.Logger | ||
LogErrorMessage | System.Logger | ||
library | Library |
Method | Description | |
---|---|---|
Analyse ( Analysis context ) : void | ||
Dialogue ( Yarn continuity ) : System | ||
GetByteCode ( ) : String | ||
GetTextForNode ( string nodeName ) : string | ||
LoadFile ( string fileName, bool showTokens = false, bool showParseTree = false, string onlyConsiderNode = null ) : void | ||
LoadString ( string text, string fileName = "<input>", bool showTokens = false, bool showParseTree = false, string onlyConsiderNode = null ) : void | ||
NodeExists ( string nodeName ) : bool | ||
Run ( string startNode = DEFAULT_START ) : IEnumerable |
||
Stop ( ) : void | ||
UnloadAll ( bool clearVisitedNodes = true ) : void |
Method | Description | |
---|---|---|
Compile ( ) : String |
public GetTextForNode ( string nodeName ) : string | ||
nodeName | string | |
return | string |
public LoadFile ( string fileName, bool showTokens = false, bool showParseTree = false, string onlyConsiderNode = null ) : void | ||
fileName | string | |
showTokens | bool | |
showParseTree | bool | |
onlyConsiderNode | string | |
return | void |
public LoadString ( string text, string fileName = "<input>", bool showTokens = false, bool showParseTree = false, string onlyConsiderNode = null ) : void | ||
text | string | |
fileName | string | |
showTokens | bool | |
showParseTree | bool | |
onlyConsiderNode | string | |
return | void |
public Run ( string startNode = DEFAULT_START ) : IEnumerable |
||
startNode | string | |
return | IEnumerable |
public UnloadAll ( bool clearVisitedNodes = true ) : void | ||
clearVisitedNodes | bool | |
return | void |