C# Class GrimmLib.Speech

Contains data from the Dialogue Runner's OnSomeoneSaidSomething-event
Show file 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 property

public string conversation
return string

dialogueNodeName public property

public string dialogueNodeName
return string

line public property

public string line
return string

speaker public property

public string speaker
return string