C# Class SunsetHigh.Interaction

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

Méthodes publiques

Свойство Type Description
dialogue List
name string

Méthodes publiques

Méthode Description
Interaction ( string interactionFile ) : System
getStartingLine ( ) : InteractionLinkedTreeNode

Private Methods

Méthode Description
parseNext ( string next ) : int

Method Details

Interaction() public méthode

public Interaction ( string interactionFile ) : System
interactionFile string
Résultat System

getStartingLine() public méthode

public getStartingLine ( ) : InteractionLinkedTreeNode
Résultat InteractionLinkedTreeNode

Property Details

dialogue public_oe property

public List dialogue
Résultat List

name public_oe property

public string name
Résultat string