PowerQuest 0.19.0
Loading...
Searching...
No Matches
D Class Reference

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")
 

Property Documentation

◆ Current

IDialogTree Current
staticget

The currently active dialog. Eg. if ( D.Current == D.ChatWitBarney ) {...}, or D.Current.OptionOff(1);

◆ Previous

IDialogTree Previous
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();

Member Function Documentation

◆ Get()

static IDialogTree Get ( string name)
inlinestatic

Returns the specified dialog. Eg D.Get("ChatWithBarney")