C# Class GrimmLib.Speech

Contains data from the Dialogue Runner's OnSomeoneSaidSomething-event
Datei anzeigen Open project: eriksvedang/Grimm Class Usage Examples

Public Properties

Property Type Description
conversation string
dialogueNodeName string
line string
speaker string

Public Methods

Method Description
Speech ( string pConversation, string pDialogueNodeName, string pSpeaker, string pLine ) : System
ToString ( ) : string

Method Details

Speech() public method

public Speech ( string pConversation, string pDialogueNodeName, string pSpeaker, string pLine ) : System
pConversation string
pDialogueNodeName string
pSpeaker string
pLine string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

conversation public_oe property

public string conversation
return string

dialogueNodeName public_oe property

public string dialogueNodeName
return string

line public_oe property

public string line
return string

speaker public_oe property

public string speaker
return string