Skip to content

Class: CPhrase

Runtime phrase in a phrase dialog.

Source

C++ class CPhrase

Custom Constructor

CPhrase

Remarks

Phrase instances are owned by the dialog graph. Script code usually configures them immediately after CPhraseDialog.AddPhrase.

Constructors

Constructor

ts
new CPhrase(): CPhrase;

Returns

CPhrase

Methods

GetPhraseScript()

ts
GetPhraseScript(): CPhraseScript;

Returns

CPhraseScript

Script helper used to configure phrase conditions and actions.