PowerQuest 0.18.12
IParser Interface Reference

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. More...
 

Member Function Documentation

◆ OnUnhandledEvent()

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.