![]() |
PowerQuest 0.20.1
|
Properties | |
| static IDialogTree | Current [get] |
The currently active dialog. Eg. if ( D.Current == D.ChatWitBarney ) {...}, or D.Current.OptionOff(1); | |
| static IDialogTree | Previous [get] |
The last dialog entered. This can be used to return to a previous dialog. Eg. D.Previous.Start();. Within a dialog you can use GotoPrevious(); | |
Static Public Member Functions | |
| static IDialogTree | Get (string name) |
Returns the specified dialog. Eg D.Get("ChatWithBarney") | |
|
staticget |
The currently active dialog. Eg. if ( D.Current == D.ChatWitBarney ) {...}, or D.Current.OptionOff(1);
|
staticget |
The last dialog entered. This can be used to return to a previous dialog. Eg. D.Previous.Start();. Within a dialog you can use GotoPrevious();
|
inlinestatic |
Returns the specified dialog. Eg D.Get("ChatWithBarney")