Inherits Singleton< SystemParser >, and IParser.
|
void | OnParserHandled () |
|
void | ParseText (string input, bool runParserScripts=true) |
|
void | RunParserScripts () |
|
bool | Said (string query) |
|
bool | Said (string query, IQuestClickableInterface target) |
|
void | OnUnhandledEvent () |
| Call this if a line was not handled, it will copy the line to clipboard for pasting into your script if you want to add it, and save out a list of what people typed too.
|
|
string | SaidUnknownWord () |
|
string | SaidAnyword () |
|
void | InitDictionaries () |
|
◆ Text
◆ HasUnknownWord
◆ UnknownWord
◆ HasWildcard
◆ WildcardWord
◆ HasTarget
◆ Target
◆ ParseText()
void ParseText |
( |
string | input, |
|
|
bool | runParserScripts = true ) |
|
inline |
◆ RunParserScripts()
void RunParserScripts |
( |
| ) |
|
|
inline |
◆ Said() [1/2]
bool Said |
( |
string | query | ) |
|
|
inline |
◆ Said() [2/2]
bool Said |
( |
string | query, |
|
|
IQuestClickableInterface | target ) |
|
inline |
◆ OnUnhandledEvent()
void OnUnhandledEvent |
( |
| ) |
|
|
inline |
Call this if a line was not handled, it will copy the line to clipboard for pasting into your script if you want to add it, and save out a list of what people typed too.
Implements IParser.