Метод | Описание | |
---|---|---|
ConversationNode ( object>.Dictionary |
Initializes a conversation node with the parsed data
|
|
GetCurrentLine ( ) : DialogueLine, |
Gets the current line in this conversation line without advancing the conversation.
|
|
GetNextLine ( ) : DialogueLine, |
Advances the point and gets the next line in the dialogue, returns null if the pointer is beyond the end of the dialogue.
|
|
GetTagValues ( string tag ) : string[] |
Gets a list of values for a given tag.
|
|
HasNextLine ( ) : bool |
Determines whether this instance has a next line.
|
|
ResetConversation ( ) : void |
Resets the conversation pointer.
|
Метод | Описание | |
---|---|---|
GetStringForKey ( object>.Dictionary |
Gets a string from a dictionary by key. If the dictionary does not contain that key return an empty string.
|
|
ParseScript ( string bodyTagData ) : void |
Function for parsing the script information out of the body tag.
|
|
ParseTags ( string tagString ) : void |
Parse the tag string out into the meta-information dictionary.
|
public ConversationNode ( object>.Dictionary |
||
parsedData | object>.Dictionary | Parsed data. |
Результат | System.Collections |
public GetTagValues ( string tag ) : string[] | ||
tag | string | Tag to get values for. |
Результат | string[] |