![]() |
PowerQuest 0.19.4
|
Inherited by SystemParser.
Properties | |
| string | Text [get] |
| bool | HasUnknownWord [get] |
| string | UnknownWord [get] |
| bool | HasWildcard [get] |
| string | WildcardWord [get] |
| bool | HasTarget [get] |
| IQuestClickable | Target [get] |
Public Member Functions | |
| void | ParseText (string input, bool callOnParserScripts=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. | |
| 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.
Implemented in SystemParser.