C# Class SunsetHigh.Interaction

Main interaction class. Responsible for loading dialogue from an interaction file, presenting list of lines.
Datei anzeigen Open project: ErraticUnicorn/MOSH Class Usage Examples

Public Properties

Property Type Description
dialogue List
name string

Public Methods

Method Description
Interaction ( string interactionFile ) : System
getStartingLine ( ) : InteractionLinkedTreeNode

Private Methods

Method Description
parseNext ( string next ) : int

Method Details

Interaction() public method

public Interaction ( string interactionFile ) : System
interactionFile string
return System

getStartingLine() public method

public getStartingLine ( ) : InteractionLinkedTreeNode
return InteractionLinkedTreeNode

Property Details

dialogue public_oe property

public List dialogue
return List

name public_oe property

public string name
return string